mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Fix graceful-termination log
This commit is contained in:
parent
a8d2b3a792
commit
cf96f4d52e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user