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/VSBerkelyTimeProtocol.java | |
| parent | f54ba6c064b3a3d78360ef448786f7c0b2d601fd (diff) | |
typos
Diffstat (limited to 'sources/protocols/implementations/VSBerkelyTimeProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSBerkelyTimeProtocol.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSBerkelyTimeProtocol.java b/sources/protocols/implementations/VSBerkelyTimeProtocol.java index 382a470..1b8b6fc 100644 --- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java +++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.java @@ -208,7 +208,7 @@ public class VSBerkelyTimeProtocol extends VSAbstractProtocol { long timeDiff = recvMessage.getLong("timeDiff"); long recvTime = process.getTime(); long newTime = process.getTime() + timeDiff; - logg("Neue Zeit: " + newTime); + log("Neue Zeit: " + newTime); process.setTime(newTime); } |
