summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.reload_all2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.reload_all b/etc/rc.reload_all
index 72e6830..896dace 100755
--- a/etc/rc.reload_all
+++ b/etc/rc.reload_all
@@ -32,8 +32,10 @@
require_once("config.inc");
require_once("filter.inc");
+log_error("rc.reload_all: Reloading all configuration settings.");
reload_all_sync();
sleep(2);
+log_error("rc.reload_all: Reloading filter configuration.");
filter_configure_sync();
?> \ No newline at end of file
OpenPOWER on IntegriCloud