summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-12 00:32:36 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-12 00:32:36 -0600
commit5823df59eb7a29251a7eaa2ede535398aa1e4700 (patch)
tree04d961171841f76246505ed79e8a56974b3a3c28 /etc/rc.filter_synchronize
parent4de91fdae35b4975b5c7f2ea14ce301d57c53a1c (diff)
downloadpfsense-5823df59eb7a29251a7eaa2ede535398aa1e4700.zip
pfsense-5823df59eb7a29251a7eaa2ede535398aa1e4700.tar.gz
remove this log, it's never logged anything useful that I've seen, and unnecessarily spams the secondary's system log on every config sync.
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 9c650c0..38c34b3 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -280,7 +280,7 @@ if (is_array($config['hasync'])) {
$hasync = $config['hasync'];
if (empty($hasync['synchronizetoip'])) {
- log_error("Config sync not being done because of missing sync IP (this is normal on secondary systems).");
+ /* this gets hit on every filter sync on the secondary, a log here creates a lot of log spam and I never saw it actually log anything useful */
exit;
}
OpenPOWER on IntegriCloud