mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
parent
714814a44b
commit
1344885092
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue