diff --git a/runsc/boot/restore.go b/runsc/boot/restore.go index 03c014787..f1e1fa0de 100644 --- a/runsc/boot/restore.go +++ b/runsc/boot/restore.go @@ -326,7 +326,7 @@ func (r *restorer) restore(l *Loader) error { go func() { if err := postRestoreImpl(l); err != nil { - log.Warningf("Killing the sandbox after post restore work failed: %w", err) + log.Warningf("Killing the sandbox after post restore work failed: %v", err) l.k.Kill(linux.WaitStatusTerminationSignal(linux.SIGKILL)) return }