diff options
Diffstat (limited to 'sources/protocols/implementations/VSPingPongProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSPingPongProtocol.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/implementations/VSPingPongProtocol.java b/sources/protocols/implementations/VSPingPongProtocol.java index 288e836..f82d991 100644 --- a/sources/protocols/implementations/VSPingPongProtocol.java +++ b/sources/protocols/implementations/VSPingPongProtocol.java @@ -79,7 +79,7 @@ public class VSPingPongProtocol extends VSAbstractProtocol { if (!recvMessage.getBoolean("fromServer")) return; - logg("message: " + recvMessage.getInteger("counter")); + log("message: " + recvMessage.getInteger("counter")); VSMessage message = new VSMessage(); message.setBoolean("fromClient", true); @@ -113,7 +113,7 @@ public class VSPingPongProtocol extends VSAbstractProtocol { if (!recvMessage.getBoolean("fromClient")) return; - logg("message: " + recvMessage.getInteger("counter")); + log("message: " + recvMessage.getInteger("counter")); VSMessage message = new VSMessage(); message.setBoolean("fromServer", true); |
