Skip to content

Commit

Permalink
fix(nightscout): string template usage in debug logging call
Browse files Browse the repository at this point in the history
  • Loading branch information
p5nbTgip0r committed Nov 1, 2023
1 parent f307ebf commit 40394dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class NightscoutCommand(category: Category) : DiscordCommand(category, null) {

addReactions(nsDTO, message)

logger.debug("Sent Nightscout embed: $message")
logger.debug("Sent Nightscout embed: {}", message)
} catch (e: Exception) {
event.reply(
if (e is NightscoutFetchException) {
Expand Down

0 comments on commit 40394dc

Please sign in to comment.