Skip to content

Commit

Permalink
normalize log message text
Browse files Browse the repository at this point in the history
  • Loading branch information
mkabilov committed Aug 17, 2017
1 parent c557027 commit bf5879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.Infof("Listening on %s", s.http.Addr)
s.logger.Infof("listening on %s", s.http.Addr)

<-stopCh

Expand Down

0 comments on commit bf5879a

Please sign in to comment.