normalize log message text

This commit is contained in:
Murat Kabilov 2017-08-17 12:16:19 +02:00
parent c557027e12
commit bf5879a71f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func (s *Server) Run(stopCh <-chan struct{}, wg *sync.WaitGroup) {
s.logger.Fatalf("Could not start http server: %v", err) s.logger.Fatalf("Could not start http server: %v", err)
} }
}() }()
s.logger.Infof("Listening on %s", s.http.Addr) s.logger.Infof("listening on %s", s.http.Addr)
<-stopCh <-stopCh