mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
Show actual number of elements restored
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ func (graph *Graph) restore() error {
|
||||
}
|
||||
}
|
||||
graph.idIndex = truncindex.NewTruncIndex(ids)
|
||||
logrus.Debugf("Restored %d elements", len(dir))
|
||||
logrus.Debugf("Restored %d elements", len(ids))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user