Browse Source

Silence missing voice op codes.

Chris Rhodes 8 years ago
parent
commit
c5a94de19c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      voice.go

+ 1 - 1
voice.go

@@ -441,7 +441,7 @@ func (v *VoiceConnection) onEvent(message []byte) {
 		}
 
 	default:
-		v.log(LogError, "unknown voice operation, %d, %s", e.Operation, string(e.RawData))
+		v.log(LogDebug, "unknown voice operation, %d, %s", e.Operation, string(e.RawData))
 	}
 
 	return