diff options
-rw-r--r-- | solenv/bin/modules/installer/systemactions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/systemactions.pm b/solenv/bin/modules/installer/systemactions.pm index 899ad2482ef7..1ad4e4104eb4 100644 --- a/solenv/bin/modules/installer/systemactions.pm +++ b/solenv/bin/modules/installer/systemactions.pm @@ -97,7 +97,7 @@ sub create_directory_with_privileges } else { - $infoline = "\Error: \"$directory\" could not be created. Even the parent directory \"$parentdir\" does not exist and could not be created.\n"; + $infoline = "\nError: \"$directory\" could not be created. Even the parent directory \"$parentdir\" does not exist and could not be created.\n"; push(@installer::globals::logfileinfo, $infoline); if ( -d $parentdir ) { |