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

@@ -66,7 +66,7 @@ func (memR *MempoolReactor) Receive(chID byte, src *p2p.Peer, msgBytes []byte) {
log.Warn("Error decoding message", "error", err)
return
}
log.Info("Receive", "src", src, "chId", chID, "msg", msg)
log.Debug("Receive", "src", src, "chId", chID, "msg", msg)
switch msg := msg.(type) {
case *TxMessage: