make this info level (#1409)

* make this info level
This commit is contained in:
Thibault "bui" Koechlin 2022-04-01 15:31:33 +02:00 committed by GitHub
parent c54c9f2951
commit ba7f4fcec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -428,7 +428,7 @@ func (a *apic) PullTop() error {
}
if len(data.New) == 0 {
log.Warnf("capi/community-blocklist : received 0 new entries, CAPI failure ?")
log.Infof("capi/community-blocklist : received 0 new entries (expected if you just installed crowdsec)")
return nil
}