Signed-off-by: yxxhero <aiopsclub@163.com>
pull/12514/head
yxxhero 2021-09-28 07:41:12 +08:00
parent 68b34d41ae
commit 860c66de97
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ func RemoveImages(images []string, profile *config.Profile) error {
if err != nil {
failed = append(failed, m)
klog.Warningf("Failed to remove images for profile %s %v", pName, err.Error())
out.WarningT("Failed to remove images for profile {{.pNmae}} {{.error}}", out.V{"pNmae": pName, "error": err.Error()})
out.WarningT("Failed to remove images for profile {{.pName}} {{.error}}", out.V{"pName": pName, "error": err.Error()})
continue
}
succeeded = append(succeeded, m)