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