Show actual number of elements restored

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 141cd2a1f26f3455a1daf20420ca1efb5a9e1a16
Component: engine
This commit is contained in:
John Howard
2015-06-10 15:18:51 -07:00
parent 5e66dbe684
commit 08db54d962
+1 -1
View File
@@ -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
}