summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-06-12 19:48:40 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-06-12 19:48:40 -0400
commit67115722ccd3a0c0d40c5ac70cdce079ff02c6ab (patch)
tree0233ce0dbb6013c5af7b37f1cd649aa980770e66 /etc
parent1673d04cf3759bf312ed1c4c186d5c4b56f03df1 (diff)
downloadpfsense-67115722ccd3a0c0d40c5ac70cdce079ff02c6ab.zip
pfsense-67115722ccd3a0c0d40c5ac70cdce079ff02c6ab.tar.gz
Clarify log error message for pf wedged situations
Diffstat (limited to 'etc')
-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