Skip to content

Commit c84636c

Browse files
authored
Log guildId when receiving voice server update on client
1 parent 4ab52d8 commit c84636c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LavalinkClient/src/main/java/lavalink/client/io/VoiceServerUpdateInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected Long handleInternally(JSONObject content) {
6262
json.put("event", content);
6363
lavalink.getLink(guild).getNode(true).send(json.toString());
6464

65-
log.info("Sent voice update");
65+
log.info("Sent voice update for guild {}", idLong);
6666

6767
return null;
6868
}

0 commit comments

Comments
 (0)