use tendermint/log15

This commit is contained in:
Jae Kwon
2014-12-29 19:41:46 -08:00
parent 07b5b7a8f2
commit 3215cbf0d5
12 changed files with 22 additions and 19 deletions

View File

@ -1,7 +1,7 @@
package binary
import (
"gopkg.in/inconshreveable/log15.v2"
"github.com/tendermint/log15"
)
var log = log15.New("module", "binary")
var log = log15.New("module", "binary")