postprocess/packconfig/packconfig.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7be4968e8f7f8b3c9c88d0cccfca6cff8e44e14
Author: Fridrich Å trba <fridrich.st...@bluewin.ch>
Date:   Thu Nov 15 13:54:44 2012 +0100

    Don't bail out when you don't find uiconfig translations
    
    Change-Id: I54bf71bdd7e088ab5c11234ec31963817a314006

diff --git a/postprocess/packconfig/packconfig.pl 
b/postprocess/packconfig/packconfig.pl
index c5b4e90..0fe8d04 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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to