1
0
mirror of https://github.com/moby/moby.git synced 2025-12-09 10:01:25 +03:00

Fix format calls as suggested by vet

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov
2015-01-14 14:12:03 -08:00
parent bb96e53b0f
commit a75b02fe72
5 changed files with 10 additions and 10 deletions

View File

@@ -226,7 +226,7 @@ out2:
case <-tick:
i++
if i > 4 {
d.t.Log("tried to interrupt daemon for %d times, now try to kill it", i)
d.t.Logf("tried to interrupt daemon for %d times, now try to kill it", i)
break out2
}
d.t.Logf("Attempt #%d: daemon is still running with pid %d", i, d.cmd.Process.Pid)