diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 96905b617..024fe077a 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -320,6 +320,9 @@ sub downloadruleset ($) { # Loop through the hash of sheduled providers. foreach my $provider ( keys %sheduled_providers) { + # Log download/update of the ruleset. + &_log_to_syslog("Downloading ruleset for provider: $provider."); + # Grab the download url for the provider. my $url = $IDS::Ruleset::Providers{$provider}{'dl_url'};