summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-18 10:50:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-18 10:50:21 +0000
commitb07ac2bfbf0d473397a0b3a9351fff7695e0af16 (patch)
treec41e92317e8ed5c0b6edf77164f12fe6580d7805
parent1cb1323220f3981a228663d9e0b4481502b82e27 (diff)
output actual error message on failure
-rw-r--r--solenv/bin/modules/installer/systemactions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/systemactions.pm b/solenv/bin/modules/installer/systemactions.pm
index 8f38e93065d2..b96b1268a716 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;