mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
change severity (#5395)
This commit is contained in:
parent
76bb8b7d39
commit
e7bccd6824
@ -98,7 +98,7 @@ if __name__ == '__main__':
|
||||
# count number of downloaded files/rules from this metadata package
|
||||
metadata_sources[rule['metadata_source']] += 1
|
||||
else:
|
||||
syslog.syslog(syslog.LOG_INFO, 'download skipped %s, same version' % rule['filename'])
|
||||
syslog.syslog(syslog.LOG_NOTICE, 'download skipped %s, same version' % rule['filename'])
|
||||
|
||||
# cleanup: match all installed rulesets against the configured ones and remove uninstalled rules
|
||||
md_filenames = [x['filename'] for x in md.list_rules(rule_properties)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user