summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/protocols/implementations/VSInternalTimeSyncProtocol.java')
-rw-r--r--sources/protocols/implementations/VSInternalTimeSyncProtocol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
index 21eda4a..6f82203 100644
--- a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
+++ b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
@@ -92,7 +92,7 @@ public class VSInternalTimeSyncProtocol extends VSAbstractProtocol {
long serverTime = recvMessage.getLong("time");
long newTime = serverTime + (long) ((tMax + tMin) / 2 );
- logg("Server Zeit: " + serverTime + "; (t_min,t_max): (" + tMin +
+ log("Server Zeit: " + serverTime + "; (t_min,t_max): (" + tMin +
"," + tMax + "); Alte Zeit: " + process.getTime() +
"; Neue Zeit: " + newTime + "; Offset: " +
(process.getTime() - newTime));