Skip to content
Snippets Groups Projects
Commit 5a5fb95d authored by David Cowden's avatar David Cowden
Browse files

server: tidy up log message

Cleanup the happy path log message.
parent 506353bd
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ func (srv *Server) Serve(listener net.Listener) error {
}
defer srv.forgetListener(listener)
srv.L.Printf("Server commence listening on %s", listener.Addr())
srv.L.Printf("listening on %s", listener.Addr())
// Delay inspired by net/http:
var delay time.Duration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment