output actual error message on failure

This commit is contained in:
Caolán McNamara 2011-03-18 10:50:21 +00:00
parent 1cb1323220
commit b07ac2bfbf

View file

@ -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;