summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/util.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index 219da0c..3ef01fc 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -423,7 +423,7 @@ function mwexec($command, $mute = false) {
$mute = false;
if(($retval <> 0) && ($mute === false)) {
$output = implode(" ", $oarr);
- //log_error("The command '$command' returned exit code '$retval', the output was '$output' ");
+ log_error("The command '$command' returned exit code '$retval', the output was '$output' ");
}
return $retval;
}
@@ -676,4 +676,4 @@ function format_bytes($bytes) {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud