summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/systemactions.pm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/modules/installer/systemactions.pm')
-rw-r--r--solenv/bin/modules/installer/systemactions.pm7
1 files changed, 1 insertions, 6 deletions
diff --git a/solenv/bin/modules/installer/systemactions.pm b/solenv/bin/modules/installer/systemactions.pm
index c3c1eece0307..4ed369d625e5 100644
--- a/solenv/bin/modules/installer/systemactions.pm
+++ b/solenv/bin/modules/installer/systemactions.pm
@@ -429,12 +429,7 @@ sub copy_one_file
}
else
{
- if ( $installer::globals::split ) {
- $infoline = "WARNING: Could not copy $source to $dest\n";
- }
- else {
- $infoline = "ERROR: Could not copy $source to $dest\n";
- }
+ $infoline = "ERROR: Could not copy $source to $dest\n";
$returnvalue = 0;
}