You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
Minor: log.Printf
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user