log
parent
906253e35b
commit
f94a4e66b6
|
|
@ -217,7 +217,7 @@ public class ProtocolsManager implements ProtocolsAbstract {
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
LOGGER.info("request uid=>{} commond=>{} msgId=>{}: " + packetNetData.getUserId(), baseHandler.getMessageCode(), packetNetData.getMsgId());
|
LOGGER.info("request uid=>{} commond=>{} msgId=>{}: ", packetNetData.getUserId(), baseHandler.getMessageCode(), packetNetData.getMsgId());
|
||||||
baseHandler.execute(session, packetNetData);
|
baseHandler.execute(session, packetNetData);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
//TODO
|
//TODO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue