Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 073c82c

Browse files
author
Anthony Emengo
committed
Clean up timesync error log message
[ci skip]
1 parent c5b190c commit 073c82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfdevd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func syncTime(socket string) {
118118
})
119119

120120
if err != nil {
121-
log.Printf("[WHOOPS] we have an error %s\n", err)
121+
log.Printf("Timesync Error: %s\n", err)
122122
continue
123123
}
124124

0 commit comments

Comments
 (0)