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:
parent
72d3a31954
commit
48e4cfd102
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user