Browse Source

mergerfs_webui.cpp

Antonio SJ Musumeci 2 weeks ago
parent
commit
97b1d6b195
  1. 3
      src/mergerfs_webui.cpp

3
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");

Loading…
Cancel
Save