mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 05:50:19 +00:00
improve some logging
This commit is contained in:
2
vendor/github.com/tendermint/go-common/service.go
generated
vendored
2
vendor/github.com/tendermint/go-common/service.go
generated
vendored
@@ -110,7 +110,7 @@ func (bs *BaseService) Stop() bool {
|
||||
return true
|
||||
} else {
|
||||
if bs.log != nil {
|
||||
bs.log.Notice(Fmt("Stopping %v (ignoring: already stopped)", bs.name), "impl", bs.impl)
|
||||
bs.log.Debug(Fmt("Stopping %v (ignoring: already stopped)", bs.name), "impl", bs.impl)
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user