mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
pkg: use etcd as logging repo
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
plog = capnslog.NewPackageLogger("github.com/coreos/etcd/pkg", "osutil")
|
||||
plog = capnslog.NewPackageLogger("github.com/coreos/etcd", "pkg/osutil")
|
||||
)
|
||||
|
||||
func Unsetenv(key string) error {
|
||||
|
||||
Reference in New Issue
Block a user