diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-13 16:07:15 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-13 16:07:15 +0000 |
| commit | efff967bb744b0697592e6108cb227baa58e9885 (patch) | |
| tree | 9677c0ab8d95babc561068f42a73589273f01ff9 /sources/protocols/implementations/VSExternalTimeSyncProtocol.java | |
| parent | 5bf750ce5d254cc85790adefccbff78277019353 (diff) | |
all line lengths <= 80
Diffstat (limited to 'sources/protocols/implementations/VSExternalTimeSyncProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSExternalTimeSyncProtocol.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/implementations/VSExternalTimeSyncProtocol.java b/sources/protocols/implementations/VSExternalTimeSyncProtocol.java index 0e73ac3..3bb5eb9 100644 --- a/sources/protocols/implementations/VSExternalTimeSyncProtocol.java +++ b/sources/protocols/implementations/VSExternalTimeSyncProtocol.java @@ -93,8 +93,8 @@ public class VSExternalTimeSyncProtocol extends VSAbstractProtocol { long newTime = serverTime + (long) (roundTripTime / 2); log("Server Zeit: " + serverTime + "; RTT: " + roundTripTime + - "; Alte Zeit: " + recvTime + "; Neue Zeit: " + newTime + - "; Offset: " + (newTime - recvTime)); + "; Alte Zeit: " + recvTime + "; Neue Zeit: " + newTime + + "; Offset: " + (newTime - recvTime)); process.setTime(newTime); } |
