diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 42785862..2914ef92 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -319,6 +319,7 @@ _generate_error(const fs::path &mount_, rv["msg"] = fmt::format("mergerfs.webui (pid {}) is running as uid {}" " which appears not to have access to modify the" " mount's config", + ::getpid(), ::getuid()); break; case -ENOTCONN: