summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/simplepackage.pm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/modules/installer/simplepackage.pm')
-rwxr-xr-xsolenv/bin/modules/installer/simplepackage.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm
index 32d3066ec15d..2a4d9242a5e1 100755
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -445,8 +445,10 @@ sub create_package
if ($returnvalue)
{
- $infoline = "ERROR: Could not execute \"$systemcall\"!\n";
+ $infoline = "WARNING: \"$systemcall\" returned with non-zero!\n";
+ $infoline .= "Return value: " . ($returnvalue >> 8) . "\n";
push( @installer::globals::logfileinfo, $infoline);
+ print $infoline;
}
else
{