diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 8871bd32..0215061a 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -228,7 +228,7 @@ _post_kvs(const httplib::Request &req_, for(const auto &[key,val] : j.items()) { - std::cout << key << ": " << val << std::endl; + std::cout << "mount=" << mount << " | " << key << ": " << val << std::endl; } res_.set_content("{}", "application/json");