diff options
Diffstat (limited to 'config/snort')
-rwxr-xr-x | config/snort/snort_sync.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_sync.xml b/config/snort/snort_sync.xml index 8536ed0a..f3db2ce9 100755 --- a/config/snort/snort_sync.xml +++ b/config/snort/snort_sync.xml @@ -207,6 +207,6 @@ POSSIBILITY OF SUCH DAMAGE. <custom_delete_php_command> </custom_delete_php_command> <custom_php_resync_config_command> - write_config();snort_sync_on_changes(); + write_config("Snort pkg: saved changes to XMLRPC sync configuration.");snort_sync_on_changes(); </custom_php_resync_config_command> </packagegui> |