Kaydet (Commit) a24006e0 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix useless \E

Change-Id: I4181121dbba20539ad7d851c3e9b505d368a1809
üst ce255c2e
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment