Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Jun 18, 2020
1 parent b7065a4 commit 2723e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htp.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func main() {
hi = min(hi, t2-t1)
if hi < lo {
logger.Fatal("Cannot synchronize clocks: " +
"Local or remote clock changed during synchronization")
"local or remote clock changed during synchronization")
}

offset = (hi + lo) / 2
Expand Down

0 comments on commit 2723e44

Please # to comment.