Merge pull request #35768 from thaJeztah/fix-healthcheck-typo
Fix typo in log-message
This commit is contained in:
commit
b687d6379d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue