提交 b682699d authored 作者: blu's avatar blu

refactor of delta config

上级 a74a9426
...@@ -489,7 +489,7 @@ private: ...@@ -489,7 +489,7 @@ private:
} }
} }
catch(exception &e) { catch(exception &e) {
string msg = "evcloudsvc exception in file" + string(__FILE__) + ":" + to_string(__LINE__) + " for: " + e.what(); string msg = "evcloudsvc exception in file " + string(__FILE__) + ":" + to_string(__LINE__) + " for: " + e.what();
spdlog::error(msg); spdlog::error(msg);
ret["code"] = -1; ret["code"] = -1;
ret["msg"] = msg; ret["msg"] = msg;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论