소스 검색

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

Fix typo in log-message
Yong Tang 7 년 전
부모
커밋
b687d6379d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: