Quellcode durchsuchen

Merge pull request #35768 from thaJeztah/fix-healthcheck-typo

Fix typo in log-message
Yong Tang vor 7 Jahren
Ursprung
Commit
b687d6379d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      libcontainerd/remote_daemon.go

+ 1 - 1
libcontainerd/remote_daemon.go

@@ -278,7 +278,7 @@ func (r *remote) monitorConnection(client *containerd.Client) {
 
 
 		select {
 		select {
 		case <-r.shutdownContext.Done():
 		case <-r.shutdownContext.Done():
-			r.logger.Info("stopping healtcheck following graceful shutdown")
+			r.logger.Info("stopping healthcheck following graceful shutdown")
 			client.Close()
 			client.Close()
 			return
 			return
 		default:
 		default: