mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
replace logger with go-logging
This commit is contained in:
@ -128,7 +128,7 @@ func BenchmarkSwitches(b *testing.B) {
|
||||
numFailure += nF
|
||||
}
|
||||
|
||||
log.Warnf("success: %v, failure: %v", numSuccess, numFailure)
|
||||
log.Warning("success: %v, failure: %v", numSuccess, numFailure)
|
||||
|
||||
// Allow everything to flush before stopping switches & closing connections.
|
||||
b.StopTimer()
|
||||
|
Reference in New Issue
Block a user