diff options
author | Ermal <eri@pfsense.org> | 2011-06-14 09:57:17 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-06-14 09:57:17 +0000 |
commit | 7905df983103f1288fb22f6db192f3de64a0daa2 (patch) | |
tree | 2ad4bf8426bff772699cb2db5b2913d9b14fd6c4 /etc | |
parent | 63f81fbd88f69fe04bf385d81e97f64589debda8 (diff) | |
download | pfsense-7905df983103f1288fb22f6db192f3de64a0daa2.zip pfsense-7905df983103f1288fb22f6db192f3de64a0daa2.tar.gz |
Porvide information for the filter reload status screen.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.filter_synchronize | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize index af0e5cc..460824b 100755 --- a/etc/rc.filter_synchronize +++ b/etc/rc.filter_synchronize @@ -258,8 +258,10 @@ function carp_sync_xml($url, $password, $sections, $port = 80, $method = 'pfsens log_error($error); file_notice("sync_settings", $error, "Settings Sync", ""); exit; - } else + } else { log_error("XMLRPC sync successfully completed with {$url}:{$port}."); + update_filter_reload_status("XMLRPC sync successfully completed with {$url}:{$port}."); + } $numberofruns = 3; } $numberofruns++; |