1 parent b7386e3 commit 5b37484Copy full SHA for 5b37484
1 file changed
runsc/sandbox/sandbox.go
@@ -1451,7 +1451,7 @@ func (s *Sandbox) WaitFSCheckpoint() error {
1451
// WaitFSRestore waits for filesystems to have been successfully restored from
1452
// checkpoint.
1453
func (s *Sandbox) WaitFSRestore(cid string) error {
1454
- log.Debugf("Waiting for filesystem restore to complete in container %q in sandbox %d", cid, s.ID)
+ log.Debugf("Waiting for filesystem restore to complete in container %q in sandbox %q", cid, s.ID)
1455
args := boot.WaitFSRestoreArgs{
1456
CID: cid,
1457
}
0 commit comments