mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
bootcfg/http: Fix http package log messages
* Package bootcfg/http logs show "api" which was the old package name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user