mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 17:51:39 +00:00
use tendermint/log15
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"gopkg.in/inconshreveable/log15.v2"
|
||||
"github.com/tendermint/log15"
|
||||
)
|
||||
|
||||
var log = log15.New("module", "main")
|
||||
var log = log15.New("module", "main")
|
||||
|
Reference in New Issue
Block a user