修改日志显示

This commit is contained in:
nnhy 2015-11-26 03:35:09 +00:00
parent 6a0acd837b
commit 24f1d06ac4
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ uint Controller::Dispatch(ITransport* port, Array& bs, void* param, void* param2
Controller* control = (Controller*)param;
#if MSG_DEBUG
msg_printf("Controller::Dispatch[%d] ", len);
msg_printf("Controller::Receive[%d] ", len);
// 输出整条信息
ByteArray(buf, len).Show(true);
#endif
@ -100,7 +100,7 @@ uint Controller::Dispatch(ITransport* port, Array& bs, void* param, void* param2
continue;
}*/
msg_printf("Controller::DispatchError[%d] ", len);
msg_printf("Controller::Error[%d] ", len);
// 输出整条信息
ByteArray(buf, len).Show(true);
#endif