Fix typo in log-message
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 5c3418e38b9603e8ff582d53c2face57f0f01cce 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