mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 09:03:48 +00:00
Log
This commit is contained in:
parent
07578fe25f
commit
2b9b02812e
1 changed files with 1 additions and 0 deletions
1
peer.go
1
peer.go
|
|
@ -301,6 +301,7 @@ func (p *Peer) HandleInbound() {
|
|||
if ethutil.Config.Debug {
|
||||
ethutil.Config.Log.Infof("[PEER] Block %x failed\n", block.Hash())
|
||||
ethutil.Config.Log.Infof("[PEER] %v\n", err)
|
||||
ethutil.Config.Log.Infoln(block)
|
||||
}
|
||||
break
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue