Merge pull request #324 from Quentin-M/log_ns

ext/vulnsrc/rhel: fix logging namespace
This commit is contained in:
Quentin Machu 2017-02-22 12:13:11 -08:00 committed by GitHub
commit 4790cd3819

View File

@ -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 {