pkg: use etcd as logging repo

This commit is contained in:
Xiang Li
2016-09-29 15:29:38 +08:00
parent ea0c65797a
commit 9473e9c30e
6 changed files with 6 additions and 6 deletions

View File

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