From 5823df59eb7a29251a7eaa2ede535398aa1e4700 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 12 Nov 2014 00:32:36 -0600 Subject: [PATCH] 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. --- etc/rc.filter_synchronize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize index 9c650c049..38c34b3fd 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; }