|
@@ -274,7 +274,8 @@ public class YiTongGpsServerHandler extends HexBinaryAcceptanceHandlerAdapter {
|
|
|
channelFuture.addListener(new GenericFutureListener<Future<? super Void>>() {
|
|
|
@Override
|
|
|
public void operationComplete(Future<? super Void> future) throws Exception {
|
|
|
- logger.info("server reply [{}] to client success", DatatypeConverter.printHexBinary(bytes));
|
|
|
+ String deviceId = channelDeviceMap.get(channel);
|
|
|
+ logger.info("server reply to client device [{}] success:[{}] ",deviceId, DatatypeConverter.printHexBinary(bytes));
|
|
|
}
|
|
|
});
|
|
|
}
|