Signed-off-by: Lei Jitang <leijitang@huawei.com>
| ... | ... |
@@ -125,8 +125,10 @@ func (s *TagStore) recursiveLoad(address, tmpImageDir string) error {
|
| 125 | 125 |
if err := s.graph.Register(v1Descriptor{img}, layer); err != nil {
|
| 126 | 126 |
return err |
| 127 | 127 |
} |
| 128 |
+ logrus.Debugf("Completed processing %s", address)
|
|
| 129 |
+ return nil |
|
| 128 | 130 |
} |
| 129 |
- logrus.Debugf("Completed processing %s", address)
|
|
| 131 |
+ logrus.Debugf("already loaded %s", address)
|
|
| 130 | 132 |
|
| 131 | 133 |
return nil |
| 132 | 134 |
} |