diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-13 01:21:52 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-13 01:21:52 +0000 |
| commit | 7c8f393e11142fd5894668905c7b3f091a5bd4be (patch) | |
| tree | 8faa8934ee1d7cffd5331bd476df48700b408243 /sources/protocols/implementations/VSPingPongProtocol.java | |
| parent | f54ba6c064b3a3d78360ef448786f7c0b2d601fd (diff) | |
typos
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); |
