use tendermint/log15

This commit is contained in:
Jae Kwon
2014-12-29 19:44:38 -08:00
parent 07b5b7a8f2
commit 3215cbf0d5
12 changed files with 22 additions and 19 deletions
+2 -2
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")