Skip to content

Commit

Permalink
Fix typo in archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
randomnetcat committed Jan 2, 2024
1 parent 7562eaa commit 99aebba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ private suspend fun receiveMessages(
jsonGenerator.writeEndMessages()
}

logger.info("Finished processing message for channel $channelId: $messageCount messages, of which $messageWithReactionCount had reactions to be processed")
logger.info("Finished processing messages for channel $channelId: $messageCount messages, of which $messageWithReactionCount had reactions to be processed")
}

private sealed class ArchiveGlobalData {
Expand Down

0 comments on commit 99aebba

Please sign in to comment.