diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index d594d7d1..3f6566f8 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 << "Updated " << key << " to " << value << std::endl; + std::cout << key << ": " << value << std::endl; } res_.set_content("{}", "application/json");