1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Change message type of tlps fetching error (#175)

* #171
This commit is contained in:
Fadi Abbud 2022-06-10 12:03:08 +02:00 committed by GitHub
parent 714814a44b
commit 1344885092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -503,7 +503,7 @@ func (p *processor) processROLIEFeed(feed string) error {
return errContinue
}
if res.StatusCode != http.StatusOK {
p.badProviderMetadata.error("Fetching %s failed. Status code %d (%s)",
p.badProviderMetadata.warn("Fetching %s failed. Status code %d (%s)",
feed, res.StatusCode, res.Status)
return errContinue
}