Skip to content

Commit 8d554a3

Browse files
committed
Changed log message
1 parent ba3a3a0 commit 8d554a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/basic/SuggestionsUpDownVoter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private static void reactWith(@NotNull String emoteName, @NotNull String fallbac
6565
return;
6666
}
6767

68-
logger.error(exception.getMessage(), exception);
68+
logger.error("Attempted to react to a suggestion, but failed", exception);
6969
});
7070
}
7171

0 commit comments

Comments
 (0)