Skip to content

Commit

Permalink
chore: pr feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <[email protected]>
  • Loading branch information
kzantow committed Aug 4, 2024
1 parent e11085c commit a2a695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syft/pkg/license.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func NewLicenseFromType(value string, t license.Type) License {
var err error
spdxExpression, err = license.ParseExpression(value)
if err != nil {
log.Tracef("unable to parse license expression: '%s', error: '%v'", value, err)
log.WithFields("error", err, "expression", value).Trace("unable to parse license expression")
}
}

Expand Down

0 comments on commit a2a695f

Please sign in to comment.