logger key doesn't support space

This commit is contained in:
hxzqlh 2017-06-14 14:41:36 +08:00
parent ca632c9e90
commit b9b2782c3c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ func execBlockOnProxyApp(eventCache types.Fireable, proxyAppConn proxy.AppConnCo
valDiff := abciResponses.EndBlock.Diffs
logger.Info("Executed block", "height", block.Height, "valid txs", validTxs, "invalid txs", invalidTxs)
logger.Info("Executed block", "height", block.Height, "validTxs", validTxs, "invalidTxs", invalidTxs)
if len(valDiff) > 0 {
logger.Info("Update to validator set", "updates", abci.ValidatorsString(valDiff))
}