Explorar el Código

Silence missing voice op codes.

Chris Rhodes hace 8 años
padre
commit
c5a94de19c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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