提交 10860e6a authored 作者: blu's avatar blu

big refacting of communitation architect

上级 eb5a5979
...@@ -173,7 +173,7 @@ int recvConfigMsg(void *s, json &config, string addr, string ident){ ...@@ -173,7 +173,7 @@ int recvConfigMsg(void *s, json &config, string addr, string ident){
return -1; return -1;
} }
spdlog::info("evmgr {} msg received: {} {} {}", ident, body2str(v[0]), body2str(v[1]), body2str(v[2])); spdlog::debug("{} configuration msg received: {} {} {}", ident, body2str(v[0]), body2str(v[1]), body2str(v[2]));
try{ try{
string sMeta = json::parse(body2str(v[1]))["type"]; string sMeta = json::parse(body2str(v[1]))["type"];
if(sMeta != EV_MSG_META_CONFIG) { if(sMeta != EV_MSG_META_CONFIG) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论