Skip to content

Commit 4ce6a61

Browse files
print with format
1 parent cd31846 commit 4ce6a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdcc/xdcc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ func Start(gateway *webircgateway.Gateway, pluginsQuit *sync.WaitGroup) {
360360

361361

362362
func (s *Server) Start() {
363-
log.Print(2, "XDCC: Listening on %s", s.Port)
363+
log.Printf("XDCC: Listening on %s", s.Port)
364364

365365
http.ListenAndServe(":"+s.Port, s.Dispatcher)
366366
}

0 commit comments

Comments
 (0)