Skip to content

Commit

Permalink
fix log to manage formatting (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <[email protected]>
  • Loading branch information
mrizzi authored Sep 26, 2024
1 parent 78f0b54 commit 01ac417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingestor/parser/spdx/parse_spdx.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ func fixLicense(ctx context.Context, l *model.LicenseInputSpec, ol []*spdx.Other
}
}
if !found {
logger.Error("License identifier %s not found in OtherLicenses", l.Name)
logger.Warnf("License identifier %s not found in OtherLicenses", l.Name)
s := "Not found"
l.Inline = &s
}
Expand Down

0 comments on commit 01ac417

Please sign in to comment.