From 97b1d6b19500c9e0b3ab899ad8a5a1f1c0e1e826 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 3 Jan 2026 23:25:11 -0600 Subject: [PATCH] mergerfs_webui.cpp --- src/mergerfs_webui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 5ddfca08..4feced27 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -254,7 +254,8 @@ _post_kvs(const httplib::Request &req_, for(const auto &[key,val] : j.items()) { - std::cout << "mount=" << mount << " | " << key << ": " << val.string() << std::endl; + std::cout << "mount=" << mount << " | " + << key << ": " << (std::string)val << std::endl; } res_.set_content("{}", "application/json");