summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-13 01:21:52 +0000
committerPaul Buetow <paul@buetow.org>2008-08-13 01:21:52 +0000
commit7c8f393e11142fd5894668905c7b3f091a5bd4be (patch)
tree8faa8934ee1d7cffd5331bd476df48700b408243 /sources/protocols/implementations/VSExternalTimeSyncProtocol.java
parentf54ba6c064b3a3d78360ef448786f7c0b2d601fd (diff)
typos
Diffstat (limited to 'sources/protocols/implementations/VSExternalTimeSyncProtocol.java')
-rw-r--r--sources/protocols/implementations/VSExternalTimeSyncProtocol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSExternalTimeSyncProtocol.java b/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
index d8b792f..0e73ac3 100644
--- a/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
+++ b/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
@@ -92,7 +92,7 @@ public class VSExternalTimeSyncProtocol extends VSAbstractProtocol {
long serverTime = recvMessage.getLong("time");
long newTime = serverTime + (long) (roundTripTime / 2);
- logg("Server Zeit: " + serverTime + "; RTT: " + roundTripTime +
+ log("Server Zeit: " + serverTime + "; RTT: " + roundTripTime +
"; Alte Zeit: " + recvTime + "; Neue Zeit: " + newTime +
"; Offset: " + (newTime - recvTime));
process.setTime(newTime);