make crash -> error for now

This commit is contained in:
Marcel Märtens 2020-07-04 10:32:52 +02:00
parent c7ffe3dbeb
commit 6de2eadeb0

View File

@ -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),
}
}