aboutsummaryrefslogtreecommitdiff
path: root/src/ext/voice/threading.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-12-19 11:23:26 -0800
committerAustin Hellyer <[email protected]>2016-12-19 11:23:26 -0800
commit86bb46c14088516c5e52a2cd0607b7ae33b50898 (patch)
tree9db3d83666073b59b26944e1eb282c16b38a0307 /src/ext/voice/threading.rs
parentClarify command missing argument message (diff)
downloadserenity-86bb46c14088516c5e52a2cd0607b7ae33b50898.tar.xz
serenity-86bb46c14088516c5e52a2cd0607b7ae33b50898.zip
(╯°□°)╯︵ ┻━┻
Diffstat (limited to 'src/ext/voice/threading.rs')
-rw-r--r--src/ext/voice/threading.rs3
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
},