summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-03-30 15:56:06 -0400
committerChris Buechler <cmb@pfsense.org>2011-03-30 15:56:27 -0400
commit176a282e335e2df27754d2dc391ba6266700e31e (patch)
tree7b97957e5b01649fa4800870b9a05ecd374cc704 /etc/rc.filter_synchronize
parent44bcc1bedceb947c58623b85dcc83b2bc578f79d (diff)
downloadpfsense-176a282e335e2df27754d2dc391ba6266700e31e.zip
pfsense-176a282e335e2df27754d2dc391ba6266700e31e.tar.gz
clarify log
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 1dd0818..10ec73b 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -272,7 +272,7 @@ if (is_array($config['installedpackages']['carpsettings']['config'])) {
update_filter_reload_status("Building CARP sync information");
foreach($config['installedpackages']['carpsettings']['config'] as $carp) {
if (empty($carp['synchronizetoip'])) {
- log_error("CARP sync not being done because of missing sync ip!");
+ log_error("Config sync not being done because of missing sync IP (normal on secondary systems).");
break;
}
/*
OpenPOWER on IntegriCloud