summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
diff options
context:
space:
mode:
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);