mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in log-message
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3b14e5980e
commit
5c3418e38b
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