关闭数据日志
This commit is contained in:
parent
c899f64e51
commit
c2c9612b0f
|
@ -62,10 +62,10 @@ uint Controller::Dispatch(ITransport* port, ByteArray& bs, void* param, void* pa
|
||||||
Controller* control = (Controller*)param;
|
Controller* control = (Controller*)param;
|
||||||
|
|
||||||
#if MSG_DEBUG
|
#if MSG_DEBUG
|
||||||
msg_printf("TinyNet::Dispatch[%d] ", len);
|
/*msg_printf("TinyNet::Dispatch[%d] ", len);
|
||||||
// 输出整条信息
|
// 输出整条信息
|
||||||
Sys.ShowHex(buf, len, '-');
|
Sys.ShowHex(buf, len, '-');
|
||||||
msg_printf("\r\n");
|
msg_printf("\r\n");*/
|
||||||
#endif
|
#endif
|
||||||
if(len > control->Port->MaxSize)
|
if(len > control->Port->MaxSize)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue