lichao
2021-06-03 8967e7f2f8b94dc032135707e16c8a9f233d0db6
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.");
      }
   }