Selaa lähdekoodia

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

Fix typo in log-message
Yong Tang 7 vuotta sitten
vanhempi
commit
b687d6379d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {
 		case <-r.shutdownContext.Done():
-			r.logger.Info("stopping healtcheck following graceful shutdown")
+			r.logger.Info("stopping healthcheck following graceful shutdown")
 			client.Close()
 			return
 		default: