summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-07 19:48:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-07 19:48:20 +0000
commitc470830bc57af50c95f98bd711665cd655c81550 (patch)
tree5722eca05aff61e98a77c2ba52bf0a64bc051aa5
parentc6bacfe5600002781a62801a11fe276907b230d9 (diff)
downloadpfsense-c470830bc57af50c95f98bd711665cd655c81550.zip
pfsense-c470830bc57af50c95f98bd711665cd655c81550.tar.gz
Do not spam logs
-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 2db3f71..466b599 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -421,7 +421,7 @@ function mwexec($command, $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;
}
@@ -674,4 +674,4 @@ function format_bytes($bytes) {
}
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud