ENH: move some level

jira: [none]
Change-Id: Ibd0d380b16b30f63144d38a0c34972d8b7c4153f
(cherry picked from commit 2da69efd9b0db6c2be6a1b3985bbafb7afc5d3be)
This commit is contained in:
xin.zhang
2025-03-27 17:08:53 +08:00
committed by Noisyfox
parent 8eee80286b
commit 38a71f527e
7 changed files with 9 additions and 9 deletions

View File

@@ -4135,7 +4135,7 @@ std::string GUI_App::handle_web_request(std::string cmd)
}
}
catch (...) {
BOOST_LOG_TRIVIAL(trace) << "parse json cmd failed " << cmd;
BOOST_LOG_TRIVIAL(warning) << "parse json cmd failed " << cmd;
return "";
}
return "";