summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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