Skip to content

Commit

Permalink
Fix #1677 to put warning back as standard log
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Nov 16, 2023
1 parent 184f5ca commit 8726cc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fun getKoinScope(): Scope = currentComposer.run {
}

private fun warningNoContext(ctx: Koin) {
ctx.logger.error("[Warning] - No Compose Koin context setup, taking default. Use KoinContext(), KoinAndroidContext() or KoinApplication() function to setup or create Koin context and avoid such message.")
ctx.logger.debug("[Warning] - No Compose Koin context setup, taking default. Use KoinContext(), KoinAndroidContext() or KoinApplication() function to setup or create Koin context and avoid such message.")
}

/**
Expand Down

0 comments on commit 8726cc0

Please sign in to comment.