Fix graceful-termination log

This commit is contained in:
Arda Güçlü 2021-11-10 17:13:36 +03:00
parent a8d2b3a792
commit cf96f4d52e

View File

@ -141,7 +141,7 @@ func (s *Server) Start(ctx context.Context) error {
}
<-listenerStoppedCh
klog.V(1).InfoS("[graceful-termination] HTTP Server is stopped listening")
klog.V(1).InfoS("[graceful-termination] HTTP Server has stopped listening")
// Wait for graceful shutdown.
<-shutdownCh