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.

This commit is contained in:
Chris Buechler 2014-11-12 00:32:36 -06:00
parent 4de91fdae3
commit 5823df59eb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}