diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2012-06-04 22:09:22 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2012-06-04 22:11:00 +0700 |
commit | 5d1ea0b2253d9d09aad96f0b6b0251d20d063856 (patch) | |
tree | f66ecd0c7ab0641e778206630e35fe6969ab0c06 /solenv/bin | |
parent | 3d2ca79abf0ff2f74c6a4a463f65fc89d5f98bba (diff) |
related fdo#50630: use print_warning when image not found
Change-Id: I8811ce96cb70429ae458e31cafb8979bb6bb9644
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/packimages.pl | 2 |
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); |