diff --git a/repository/ZTimestamp-Core/ZTimestampSNTPClient.class.st b/repository/ZTimestamp-Core/ZTimestampSNTPClient.class.st index f0a810d..fc7a7d0 100644 --- a/repository/ZTimestamp-Core/ZTimestampSNTPClient.class.st +++ b/repository/ZTimestamp-Core/ZTimestampSNTPClient.class.st @@ -38,7 +38,7 @@ ZTimestampSNTPClient class >> logClockDifferenceLargerThan: duration [ self new enforceClockDifference: duration ifFail: [ :delta | - self crLog: ('Warning: clock difference {1} > {2}' format: { delta. duration }) ]; + self crTrace: ('Warning: clock difference {1} > {2}' format: { delta. duration }) ]; close ]