From e9d6c27f64d12fdb26514fcbda1b741a58845afa Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 22 Jan 2011 03:04:57 -0500 Subject: fix variable and text for this log --- etc/rc.filter_synchronize | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.filter_synchronize') 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; } -- cgit v1.1