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 4ab52d8 commit c84636cCopy full SHA for c84636c
LavalinkClient/src/main/java/lavalink/client/io/VoiceServerUpdateInterceptor.java
@@ -62,7 +62,7 @@ protected Long handleInternally(JSONObject content) {
62
json.put("event", content);
63
lavalink.getLink(guild).getNode(true).send(json.toString());
64
65
- log.info("Sent voice update");
+ log.info("Sent voice update for guild {}", idLong);
66
67
return null;
68
}
0 commit comments