mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
clarify log
This commit is contained in:
parent
44bcc1bedc
commit
176a282e33
@ -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;
|
||||
}
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user