diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 7aad05a7..3bbc8dda 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -353,7 +353,7 @@ _post_kvs_key(const httplib::Request &req_, mount = req_.get_param_value("mount"); fmt::print("j: {}\nkey: {}\nval: {}\nmount: {}\n", - j.to_string(), + j.string(), key, val, mount.string());