back_recharge
jiahuiwen 2019-01-21 10:55:20 +08:00
parent 906253e35b
commit f94a4e66b6
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public class ProtocolsManager implements ProtocolsAbstract {
return;
} else {
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);
} catch (Exception e) {
//TODO