|
@@ -24,7 +24,7 @@ public class ItsWebSocketSession {
|
|
|
try {
|
|
|
this.session.sendMessage(message);
|
|
|
} catch (Exception e) {
|
|
|
- log.error("sendMessage: nodeId: {}, session: {}", command, session);
|
|
|
+ log.error("sendMessage: command: {}, session: {}", command, session);
|
|
|
}
|
|
|
}
|
|
|
}
|