Skip to content

Commit 42d61f6

Browse files
committed
DynamicVoiceChat.java: more trace instead of info
Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com>
1 parent cabd30a commit 42d61f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/main/java/org/togetherjava/tjbot/features/voicechat/DynamicVoiceChat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private void createDynamicVoiceChannel(@NotNull GuildVoiceUpdateEvent event,
6161
moveMember(guild, member, newChannel);
6262
sendWarningEmbed(newChannel);
6363
})
64-
.queue(newChannel -> logger.info("Successfully created {} voice channel.",
64+
.queue(newChannel -> logger.trace("Successfully created {} voice channel.",
6565
newChannel.getName()),
6666
error -> logger.error("Failed to create dynamic voice channel", error));
6767
}

0 commit comments

Comments
 (0)