Fixing warning to correctly output error string.
Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
This commit is contained in:
parent
a22092b136
commit
3c220cfcba
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ func restoreCustomImage(is image.Store, ls layer.Store, rs reference.Store) erro
|
|||
|
||||
id, err := is.Create(config)
|
||||
if err != nil {
|
||||
logrus.Warnf("Failed to restore custom image %s with error: %s.", name, err.Error)
|
||||
logrus.Warnf("Failed to restore custom image %s with error: %s.", name, err)
|
||||
logrus.Warnf("Skipping image %s...", name)
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue