log: move some Info to Debug

This commit is contained in:
Ethan Buchman
2016-10-14 20:27:50 -04:00
parent de0fc87c1c
commit 7d493774c7
5 changed files with 17 additions and 17 deletions

View File

@ -106,7 +106,7 @@ func (s *State) execBlockOnProxyApp(eventCache types.Fireable, proxyAppConn prox
return err
}
// TODO: Do something with changedValidators
log.Info("TODO: Do something with changedValidators", changedValidators)
log.Info("TODO: Do something with changedValidators", "changedValidators", changedValidators)
log.Info(Fmt("ExecBlock got %v valid txs and %v invalid txs", validTxs, invalidTxs))
return nil