From 3373f284c59531805cff88cd2d31102214ee28e9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 3 Jan 2026 15:39:32 -0600 Subject: [PATCH] mergerfs_webui.cpp --- src/mergerfs_webui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");