summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-06-04 22:09:22 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-06-04 22:11:00 +0700
commit5d1ea0b2253d9d09aad96f0b6b0251d20d063856 (patch)
treef66ecd0c7ab0641e778206630e35fe6969ab0c06
parent3d2ca79abf0ff2f74c6a4a463f65fc89d5f98bba (diff)
related fdo#50630: use print_warning when image not found
Change-Id: I8811ce96cb70429ae458e31cafb8979bb6bb9644
-rwxr-xr-xsolenv/bin/packimages.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl
index 12eb3ea1b9ad..936900171ceb 100755
--- a/solenv/bin/packimages.pl
+++ b/solenv/bin/packimages.pl
@@ -362,7 +362,7 @@ sub create_zip_archive
print_error("can't add file '$path' to image zip archive: $!", 5);
}
} else {
- print_message("file '$path' not found");
+ print_warning("file '$path' not found");
}
}
my $status = $zip->writeToFileNamed($tmp_out_file);