ext/vulnsrc/rhel: fix logging namespace

This commit is contained in:
Quentin Machu 2017-02-22 10:50:42 -08:00
parent 2c5f1d3034
commit d606d85afe
No known key found for this signature in database
GPG Key ID: EC27C261A31A007F

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 {