Skip to content

Commit

Permalink
Fix typo in data collector
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Aug 18, 2024
1 parent b396abf commit 0aeb299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public class DataCollector(public val level: DataCollection) : KordExKoinCompone
}

internal suspend fun start() {
logger.info { "Staring data collector - level: ${level.readable}" }
logger.info { "Starting data collector - level: ${level.readable}" }

if (applicationCommands == null) {
logger.info {
Expand Down

0 comments on commit 0aeb299

Please sign in to comment.