summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-15 13:54:44 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-15 13:54:55 +0100
commitc7be4968e8f7f8b3c9c88d0cccfca6cff8e44e14 (patch)
tree94f1bf5c50f7d57af772cd581e6b0c997378ecd4 /postprocess
parent52a059349b0f1b0a933909a9ffcbabd47385902c (diff)
Don't bail out when you don't find uiconfig translations
Change-Id: I54bf71bdd7e088ab5c11234ec31963817a314006
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packconfig/packconfig.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packconfig/packconfig.pl b/postprocess/packconfig/packconfig.pl
index c5b4e903c0d4..0fe8d0442a52 100644
--- a/postprocess/packconfig/packconfig.pl
+++ b/postprocess/packconfig/packconfig.pl
@@ -149,7 +149,7 @@ sub get_lang_files
find_lang_files($files_hash_ref, $lang);
if ( !keys %$files_hash_ref ) {
- print_error("can't find any lang config files in '$files_path'", 3);
+ print_message("can't find any lang config files in '$files_path'", 3);
}
return wantarray ? @main::file_list : \@main::file_list;