mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 07:11:38 +00:00
Fix bad panic message
This commit is contained in:
@ -448,7 +448,7 @@ impl<T> Decoder for VarintCodec<T> {
|
||||
}
|
||||
},
|
||||
VarintCodecInner::Poisonned => {
|
||||
panic!("Poisonned decoder")
|
||||
panic!("varint codec was poisoned")
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user