mirror of https://github.com/docker/docs.git
Merge pull request #13862 from Microsoft/10662-fixelementsrestored
Show actual number of elements restored
This commit is contained in:
commit
2b27fe17a1
|
@ -70,7 +70,7 @@ func (graph *Graph) restore() error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
graph.idIndex = truncindex.NewTruncIndex(ids)
|
graph.idIndex = truncindex.NewTruncIndex(ids)
|
||||||
logrus.Debugf("Restored %d elements", len(dir))
|
logrus.Debugf("Restored %d elements", len(ids))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue