Skip to content

Commit b0a0a02

Browse files
authored
Update AutomaticIconChanger.java to disable success log spam.
1 parent 63180d0 commit b0a0a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/painter/java/com/mcmoddev/mmdbot/painter/servericon/auto/AutomaticIconChanger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private void doRun(Guild guild, AutomaticIconConfiguration configuration, DayCou
8282

8383
final var targetColour = configuration.colours().get(nextDay - 1); // Indexes start at 0
8484

85-
log.warn("Generating and changing server {} icon to colour {}.", guild, Utils.rgbToString(targetColour));
85+
//log.warn("Generating and changing server {} icon to colour {}.", guild, Utils.rgbToString(targetColour));
8686

8787
final var logChannelId = guild.getJDA().getChannelById(MessageChannel.class, configuration.logChannelId());
8888

0 commit comments

Comments
 (0)