Fix another logging property type inconsistency

This commit is contained in:
Zahary Karadjov 2021-06-10 12:17:17 +03:00
parent 45430f2904
commit 651a806915
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609

View File

@ -127,7 +127,7 @@ p2pProtocol BeaconSync(version = 1,
ourStatus, theirStatus.get())
else:
debug "Status response not received in time",
peer, error = theirStatus.error
peer, errorKind = theirStatus.error.kind
await peer.disconnect(FaultOrError)
proc status(peer: Peer,