We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58694c8 commit 56ac958Copy full SHA for 56ac958
cosmic-applet-audio/src/pulse.rs
@@ -43,8 +43,7 @@ pub fn connect() -> Subscription<Event> {
43
(Some(Event::Disconnected), State::Connecting(from_pulse))
44
}
45
Some(m) => {
46
- log::error!("Unexpected message: {:?}", m);
47
- (None, State::Connecting(from_pulse))
+ panic!("Unexpected message: {:?}", m);
48
49
None => {
50
panic!("Pulse Sender dropped, something has gone wrong!");
0 commit comments