[Libreoffice-commits] .: solenv/bin

Caolán McNamara caolan at kemper.freedesktop.org
Fri Mar 18 03:50:30 PDT 2011


 solenv/bin/modules/installer/systemactions.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a4d66d9af417306ba438e4f91d4063dcf02ddb9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Mar 18 10:50:21 2011 +0000

    output actual error message on failure

diff --git a/solenv/bin/modules/installer/systemactions.pm b/solenv/bin/modules/installer/systemactions.pm
index 0e8e15e..80454ee 100644
--- a/solenv/bin/modules/installer/systemactions.pm
+++ b/solenv/bin/modules/installer/systemactions.pm
@@ -1099,7 +1099,7 @@ sub rename_directory
     }
     else
     {
-        installer::exiter::exit_program("ERROR: Could not move directory from $olddir to $newdir", "rename_directory");
+        installer::exiter::exit_program("ERROR: Could not move directory from $olddir to $newdir $!", "rename_directory");
     }
     
     return $newdir;


More information about the Libreoffice-commits mailing list