summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-12-19 20:41:02 +0200
committerWarren Baker <warren@decoy.co.za>2011-12-19 20:41:02 +0200
commita947a9d610e57a5e22829d22a7de628e66b88df1 (patch)
tree8eafa6042ff5676c04d4659d87994b4571ceac5b /etc/rc.filter_synchronize
parent1715db16207109be85c5d4ae5dc08d8bce451338 (diff)
downloadpfsense-a947a9d610e57a5e22829d22a7de628e66b88df1.zip
pfsense-a947a9d610e57a5e22829d22a7de628e66b88df1.tar.gz
Better wording
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index 9952a99..f4b319d 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -276,7 +276,7 @@ if (is_array($config['installedpackages']['carpsettings']) && is_array($config['
update_filter_reload_status("Building CARP sync information");
foreach($config['installedpackages']['carpsettings']['config'] as $carp) {
if (empty($carp['synchronizetoip'])) {
- log_error("Config sync not being done because of missing sync IP (normally on secondary systems).");
+ log_error("Config sync not being done because of missing sync IP (this is normal on secondary systems).");
break;
}
/*
OpenPOWER on IntegriCloud