summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index a8bf473..73e5bf8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -255,8 +255,8 @@ function filter_configure_sync() {
exec("/sbin/pfctl -d");
exec("/sbin/pfctl -e");
exec("/sbin/pfctl -f /tmp/rules.debug");
- file_notice("pf_busy", "PF was marked busy and has been reset.", "pf_busy", "");
- log_error("PF was marked busy and has been reset.");
+ file_notice("pf_busy", "PF was wedged/busy and has been reset.", "pf_busy", "");
+ log_error("PF was wedged/busy and has been reset.");
}
}
OpenPOWER on IntegriCloud