Skip to content

Commit 79b0b25

Browse files
committed
replace Printf with Print
1 parent 7440adc commit 79b0b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ func updateCheck() {
328328
log.Printf("failed to decode releases file: %v", err)
329329
}
330330
if len(releases) == 0 {
331-
log.Printf("no releases found in releases file")
331+
log.Print("no releases found in releases file")
332332
}
333333

334334
currVersion, err := semver.ParseTolerant(Version)

0 commit comments

Comments
 (0)