Skip to content

Commit

Permalink
Merge pull request moby#37542 from kolyshkin/int-msg
Browse files Browse the repository at this point in the history
integration: fix log message
  • Loading branch information
thaJeztah authored Jul 30, 2018
2 parents 0211de6 + 2c2834b commit b9bb3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ out1:
return err
case <-time.After(20 * time.Second):
// time for stopping jobs and run onShutdown hooks
d.log.Logf("[%s] daemon started", d.id)
d.log.Logf("[%s] daemon stop timeout", d.id)
break out1
}
}
Expand Down

0 comments on commit b9bb3ba

Please sign in to comment.