summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-01-22 03:04:57 -0500
committerChris Buechler <cmb@pfsense.org>2011-01-22 03:05:44 -0500
commite9d6c27f64d12fdb26514fcbda1b741a58845afa (patch)
tree1928949383d2fed0a9c3014c5c7471f75902ad18 /etc/rc.filter_synchronize
parent3d9e92526a9d6d6101ac4f7c7b3f97b164e0da37 (diff)
downloadpfsense-e9d6c27f64d12fdb26514fcbda1b741a58845afa.zip
pfsense-e9d6c27f64d12fdb26514fcbda1b741a58845afa.tar.gz
fix variable and text for this log
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index 63fb9aa..9e310f1 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -381,8 +381,8 @@ if (is_array($config['installedpackages']['carpsettings']['config'])) {
$sections[] = 'vouchers';
if (count($sections) > 0) {
if (!carp_check_version($synchronizetoip, $carp['password'], $port)) {
- update_filter_reload_status("The other member is on older version of {$g['product']}. Sync will not be done to prevent problems!");
- log_error("The other member is on older version of {$g['product']}. Sync will not be done to prevent problems!");
+ update_filter_reload_status("The other member is on older configuration version of {$g['product_name']}. Sync will not be done to prevent problems!");
+ log_error("The other member is on older configuration version of {$g['product_name']}. Sync will not be done to prevent problems!");
break;
}
OpenPOWER on IntegriCloud