From baf5d72b550ca77cedd1b771404abe7063d4b1a9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 00:53:16 -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 3f6566f8..55fa35b2 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -68,7 +68,7 @@ _post_kvs(const httplib::Request &req_, for(const auto &[key,val] : j.items()) { - std::cout << key << ": " << value << std::endl; + std::cout << key << ": " << val << std::endl; } res_.set_content("{}", "application/json");