summaryrefslogtreecommitdiff
path: root/solenv/bin/packimages.pl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-23 03:14:51 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-23 03:15:54 +0100
commit96811dbda3c61115ead7837b19f664533b86f6b5 (patch)
tree8002012588b1893980915760296984e633de0c4f /solenv/bin/packimages.pl
parentb6bdc6771199b7b05d4f9840b66ebce3bb61d7db (diff)
icons: Kill now irrelevant warning.
Change-Id: I2ce348fe97cfc0fdaf1ad5e1063a28d069accdf5
Diffstat (limited to 'solenv/bin/packimages.pl')
-rw-r--r--solenv/bin/packimages.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl
index d6231b3b9b4d..0e985662e398 100644
--- a/solenv/bin/packimages.pl
+++ b/solenv/bin/packimages.pl
@@ -381,8 +381,6 @@ sub create_zip_archive
if ( !$member ) {
print_error("can't add file '$path' to image zip archive: $!", 5);
}
- } else {
- print_warning("file '$path' not found");
}
}
my $status = $zip->writeToFileNamed($tmp_out_file);