mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
change logger to log15
This commit is contained in:
@ -7,6 +7,7 @@ import (
|
||||
"time"
|
||||
|
||||
. "github.com/tendermint/tendermint/binary"
|
||||
. "github.com/tendermint/tendermint/common"
|
||||
)
|
||||
|
||||
type PeerMessage struct {
|
||||
@ -201,7 +202,7 @@ func BenchmarkSwitches(b *testing.B) {
|
||||
numFailure += nF
|
||||
}
|
||||
|
||||
log.Warning("success: %v, failure: %v", numSuccess, numFailure)
|
||||
log.Warn(Fmt("success: %v, failure: %v", numSuccess, numFailure))
|
||||
|
||||
// Allow everything to flush before stopping switches & closing connections.
|
||||
b.StopTimer()
|
||||
|
Reference in New Issue
Block a user