diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pkg-utils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index 6e761d2..4f52f69 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -992,8 +992,8 @@ function pkg_build_filter_rules() { $error = ""; $status = mwexec("/sbin/pfctl -nf {$g['tmp_path']}/rules.nat.packages"); if ($status <> 0) { - log_error("Packages nat rules have problems!"); - $error = "Packages nat rules have problems!"; + log_error("There was an error while parsing the NAT package rules."); + $error = "There was an error while parsing the NAT package rules."; } $status = mwexec("/sbin/pfctl -nf {$g['tmp_path']}/rules.packages"); if ($status <> 0) { |