summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-12-19 20:36:49 +0200
committerWarren Baker <warren@decoy.co.za>2011-12-19 20:36:49 +0200
commit1715db16207109be85c5d4ae5dc08d8bce451338 (patch)
treeee8ea718751732ec22e32b6ae391992c8b8620cb /etc/rc.filter_synchronize
parentacafeee0f8fc8105c349baf1895bdcbb84fc14d7 (diff)
downloadpfsense-1715db16207109be85c5d4ae5dc08d8bce451338.zip
pfsense-1715db16207109be85c5d4ae5dc08d8bce451338.tar.gz
Correct wording
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 40d5c84..9952a99 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -276,7 +276,7 @@ if (is_array($config['installedpackages']['carpsettings']) && is_array($config['
update_filter_reload_status("Building CARP sync information");
foreach($config['installedpackages']['carpsettings']['config'] as $carp) {
if (empty($carp['synchronizetoip'])) {
- log_error("Config sync not being done because of missing sync IP (normal on secondary systems).");
+ log_error("Config sync not being done because of missing sync IP (normally on secondary systems).");
break;
}
/*
OpenPOWER on IntegriCloud