diff options
Diffstat (limited to 'net-mgmt/cacti/files/patch-lib__functions.php')
-rw-r--r-- | net-mgmt/cacti/files/patch-lib__functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/cacti/files/patch-lib__functions.php b/net-mgmt/cacti/files/patch-lib__functions.php index 6fd755a70429..d4c5acaa47e2 100644 --- a/net-mgmt/cacti/files/patch-lib__functions.php +++ b/net-mgmt/cacti/files/patch-lib__functions.php @@ -1,6 +1,6 @@ ---- lib/functions.php.orig 2017-04-26 00:30:09 UTC +--- lib/functions.php.orig 2017-08-13 04:06:37 UTC +++ lib/functions.php -@@ -594,7 +594,7 @@ function cacti_log($string, $output = fa +@@ -615,7 +615,7 @@ function cacti_log($string, $output = false, $environ /* Log to Logfile */ if (($logdestination == 1 || $logdestination == 2) && read_config_option('log_verbosity') != POLLER_VERBOSITY_NONE) { if ($logfile == '') { |