We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d06e54 commit 00ce38cCopy full SHA for 00ce38c
LavalinkServer/src/main/java/lavalink/server/config/KoeConfiguration.kt
@@ -49,8 +49,7 @@ class KoeConfiguration(val serverConfig: ServerConfig) {
49
try {
50
setFramePollerFactory(UdpQueueFramePollerFactory(bufferSize, Runtime.getRuntime().availableProcessors()))
51
} catch (e: Throwable) {
52
- log.warn("A minimum of GLIBC 2.25 is required to support native audio sending! "
53
- + "GC pauses may cause your bot to stutter during playback.")
+ log.warn("Failed to enable JDA-NAS! GC pauses may cause your bot to stutter during playback.", e)
54
}
55
} else {
56
log.warn("This system and architecture appears to not support native audio sending! "
0 commit comments