blockchain parameter && log tweaks

This commit is contained in:
Jae Kwon
2015-09-11 18:17:19 -07:00
parent 21d45023d3
commit 1c17ea3b14
5 changed files with 9 additions and 7 deletions

View File

@ -124,7 +124,7 @@ func (bcR *BlockchainReactor) Receive(chID byte, src *p2p.Peer, msgBytes []byte)
return
}
log.Notice("Received message", "msg", msg)
log.Notice("Received message", "src", src, "chID", chID, "msg", msg)
switch msg := msg.(type) {
case *bcBlockRequestMessage: