box/node_center.h @@ -149,8 +149,8 @@ return op(node); } } } catch (...) { //TODO error log } catch (std::exception &e) { LOG_ERROR() << "handle msg exception: " << e.what(); return MakeReply<Reply>(eError, "internal error."); } }