1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Slightly improve phrasing

This commit is contained in:
JanHoefelmeyer 2023-06-02 13:32:55 +02:00
parent 3eced62af6
commit 9d1000d773

View file

@ -233,7 +233,7 @@ func (p *processor) run(domains []string) (*Report, error) {
for _, d := range domains {
if !p.checkProviderMetadata(d) {
// We cannot build a report if the provider metadata cannot be parsed.
log.Printf("Could not parse the Provider-Metadata.json of %s", d)
log.Printf("Could not parse the Provider-Metadata.json of: %s\n", d)
continue
}
if err := p.checkDomain(d); err != nil {