Skip to content

Commit bf5879a

Browse files
committed
normalize log message text
1 parent c557027 commit bf5879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apiserver/apiserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (s *Server) Run(stopCh <-chan struct{}, wg *sync.WaitGroup) {
9393
s.logger.Fatalf("Could not start http server: %v", err)
9494
}
9595
}()
96-
s.logger.Infof("Listening on %s", s.http.Addr)
96+
s.logger.Infof("listening on %s", s.http.Addr)
9797

9898
<-stopCh
9999

0 commit comments

Comments
 (0)