1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

Minor: log.Printf

This commit is contained in:
Chen-I Lim 2020-11-09 12:53:25 -08:00
parent 72d3a31954
commit 48e4cfd102

View File

@ -76,7 +76,7 @@ func (ws *Server) Start() error {
return nil
}
log.Println("http server started on :%d\n", ws.port)
log.Printf("http server started on :%d\n", ws.port)
err := ws.ListenAndServe()
if err != nil {
return err