all: update light logs (and a few others) to the new model
This commit is contained in:
@ -308,7 +308,7 @@ func (pm *ProtocolManager) handle(p *peer) error {
|
||||
// main loop. handle incoming messages.
|
||||
for {
|
||||
if err := pm.handleMsg(p); err != nil {
|
||||
p.Log().Debug("Message handling failed", "err", err)
|
||||
p.Log().Debug("Ethereum message handling failed", "err", err)
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user