Signed-off-by: Huanzhong Zhang <zhanghuanzhong90@gmail.com>
| ... | ... |
@@ -201,7 +201,7 @@ func (p *v2Puller) pullV2Tag(ctx context.Context, ref reference.Named) (tagUpdat |
| 201 | 201 |
return false, fmt.Errorf("internal error: reference has neither a tag nor a digest: %s", ref.String())
|
| 202 | 202 |
} |
| 203 | 203 |
|
| 204 |
- logrus.Debugf("Pulling ref from V2 registry: %q", tagOrDigest)
|
|
| 204 |
+ logrus.Debugf("Pulling ref from V2 registry: %s:%s", ref.FullName(), tagOrDigest)
|
|
| 205 | 205 |
|
| 206 | 206 |
manSvc, err := p.repo.Manifests(ctx) |
| 207 | 207 |
if err != nil {
|