Show actual number of elements restored
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 141cd2a1f26f3455a1daf20420ca1efb5a9e1a16 Component: engine
This commit is contained in:
@@ -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