提交 238e31cf authored 作者: blu's avatar blu

cloud cmd api for platform client

上级 3da58863
...@@ -534,9 +534,9 @@ private: ...@@ -534,9 +534,9 @@ private:
} }
else { else {
ret["code"] = 1; ret["code"] = 1;
string msg = "no such sn: " + sn; string msg = fmt::format("evcloudsvc having no configuration for sn: {}. please POST /config", sn);
ret["msg"] = msg; ret["msg"] = msg;
spdlog::warn("evcloudsvc no config for sn: {}", sn); spdlog::warn(msg);
} }
} }
catch(exception &e) { catch(exception &e) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论