Merge pull request #35768 from thaJeztah/fix-healthcheck-typo
Fix typo in log-message Upstream-commit: b687d6379db06bf0305d75c15f8f0e7f0dbeb921 Component: engine
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user