mirror of https://github.com/docker/docs.git
Better log on docker load
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
e2d263d64e
commit
79804d271c
|
@ -125,8 +125,10 @@ func (s *TagStore) recursiveLoad(address, tmpImageDir string) error {
|
|||
if err := s.graph.Register(v1Descriptor{img}, layer); err != nil {
|
||||
return err
|
||||
}
|
||||
logrus.Debugf("Completed processing %s", address)
|
||||
return nil
|
||||
}
|
||||
logrus.Debugf("Completed processing %s", address)
|
||||
logrus.Debugf("already loaded %s", address)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue