Skip to content

Commit

Permalink
ext/vulnsrc/rhel: fix logging namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M committed Feb 22, 2017
1 parent 2c5f1d3 commit d606d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/vulnsrc/rhel/rhel.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (

rhsaRegexp = regexp.MustCompile(`com.redhat.rhsa-(\d+).xml`)

log = capnslog.NewPackageLogger("github.com/coreos/clair", "updater/fetchers/rhel")
log = capnslog.NewPackageLogger("github.com/coreos/clair", "ext/vulnsrc/rhel")
)

type oval struct {
Expand Down

0 comments on commit d606d85

Please sign in to comment.