We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eeca67 commit b6fcf65Copy full SHA for b6fcf65
envinspection/inspection.go
@@ -42,7 +42,7 @@ func InspectEnv(ctx context.Context) error {
42
module.Dependencies = append(module.Dependencies, pkgs...)
43
LOG.Infof("inspection succeeded(%s), total %d items", fn, len(pkgs))
44
} else {
45
- LOG.Warnf("Software inspection error(%s): %s, ", fn, e.Error())
+ LOG.Warnf("Software inspection error(%s): %s, ", fn, e)
46
}
47
48
for i := range module.Dependencies {
0 commit comments