Skip to content

Commit

Permalink
Change #crLog: to #crTrace: in ZTimestampSNTPClient class>>#logClockD…
Browse files Browse the repository at this point in the history
…ifferenceLargerThan:
  • Loading branch information
Sven Van Caekenberghe committed May 30, 2021
1 parent b2d3712 commit 00e1a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/ZTimestamp-Core/ZTimestampSNTPClient.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down

0 comments on commit 00e1a6c

Please sign in to comment.