mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 08:01:22 +00:00
use tendermint/log15
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user