diff options
Diffstat (limited to 'src/ext/voice/threading.rs')
| -rw-r--r-- | src/ext/voice/threading.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/voice/threading.rs b/src/ext/voice/threading.rs index 8d3599b..0aaafba 100644 --- a/src/ext/voice/threading.rs +++ b/src/ext/voice/threading.rs @@ -73,7 +73,8 @@ fn runner(rx: MpscReceiver<Status>) { match cycle { Ok(()) => false, Err(why) => { - error!("[Voice] Error updating connection: {:?}", why); + error!("(╯°□°)╯︵ ┻━┻ Error updating connection: {:?}", + why); true }, |