delete unuse log

wangyuan 2019-11-02 16:54:30 +08:00
parent 4c12a4c959
commit e11257f348
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public class ProtocolsManager implements ProtocolsAbstract {
dealHeartBeat(session);
return;
}
LOGGER.info("request{} unknow commond{} : " ,packetNetData.getUserId(),packetNetData.getMsgId());
if (packetNetData.getMsgId()== MessageTypeProto.MessageType.LOGIN_REQUEST_VALUE ||
packetNetData.getMsgId()== MessageTypeProto.MessageType.RECONNECT_REQUEST_VALUE){