use tmlibs

This commit is contained in:
Ethan Buchman
2017-04-21 17:53:22 -04:00
parent e8f33a4784
commit eaeb547938
17 changed files with 24 additions and 24 deletions

2
log.go
View File

@ -1,7 +1,7 @@
package p2p
import (
"github.com/tendermint/go-logger"
"github.com/tendermint/tmlibs/logger"
)
var log = logger.New("module", "p2p")