summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-15 17:13:32 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-15 17:14:46 +0100
commit14f56cff838d351b3286f4ec473d742443631e5a (patch)
treefbc8bc80528192feda63544197ccba2eb0caa3c8 /postprocess
parent17ff7b41d15ab9928e2e2706faa26234a09802cd (diff)
Revert "Don't bail out when you don't find uiconfig translations"
The can is only kicked further and it fails in packaging of languagepacks, so revert and investigate more This reverts commit c7be4968e8f7f8b3c9c88d0cccfca6cff8e44e14.
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 0fe8d0442a52..c5b4e903c0d4 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_message("can't find any lang config files in '$files_path'", 3);
+ print_error("can't find any lang config files in '$files_path'", 3);
}
return wantarray ? @main::file_list : \@main::file_list;