diff --git a/network/src/participant.rs b/network/src/participant.rs index 68a9832354..b2534253ef 100644 --- a/network/src/participant.rs +++ b/network/src/participant.rs @@ -380,6 +380,10 @@ impl BParticipant { } } }, + Frame::Shutdown => error!( + "Somehow this Shutdown signal got here, i should probably handle it. To not \ + crash let me just put this message here" + ), f => unreachable!("never reaches frame!: {:?}", f), } }