From af201919a0ab61bf238fe37854cf03b020a7faac Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sat, 28 May 2016 15:10:55 -0500 Subject: [PATCH] Move logging --- wsapi.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wsapi.go b/wsapi.go index cfdd5ab..6de1784 100644 --- a/wsapi.go +++ b/wsapi.go @@ -460,6 +460,8 @@ type voiceChannelJoinOp struct { // deaf : If true, you will be set to deafened upon joining. func (s *Session) ChannelVoiceJoin(gID, cID string, mute, deaf bool) (voice *VoiceConnection, err error) { + s.log(LogInformational, "called") + // If a voice connection already exists for this guild then // return that connection. If the channel differs, also change channels. var ok bool