bootcfg/http: Fix http package log messages

* Package bootcfg/http logs show "api" which was the old
package name
This commit is contained in:
Dalton Hubble
2016-04-26 13:12:06 -07:00
parent 0d04785d39
commit f654879195

View File

@@ -10,7 +10,7 @@ import (
"github.com/coreos/coreos-baremetal/bootcfg/storage"
)
var log = capnslog.NewPackageLogger("github.com/coreos/coreos-baremetal/bootcfg", "api")
var log = capnslog.NewPackageLogger("github.com/coreos/coreos-baremetal/bootcfg", "http")
// Config configures the api Server.
type Config struct {