mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
Add warning on invalid msg type in block manager.
This commit is contained in:
parent
d949072d6d
commit
cdbe387545
1 changed files with 2 additions and 1 deletions
|
@ -906,7 +906,8 @@ out:
|
||||||
b.handleDonePeerMsg(candidatePeers, msg.peer)
|
b.handleDonePeerMsg(candidatePeers, msg.peer)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// bitch and whine.
|
bmgrLog.Warnf("Invalid message type in block "+
|
||||||
|
"handler: %T", msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Queries used for atomically retrieving internal state.
|
// Queries used for atomically retrieving internal state.
|
||||||
|
|
Loading…
Add table
Reference in a new issue