Update StartLauncherPlugin.kt

This commit is contained in:
InsanusMokrassar 2022-12-25 10:29:16 +06:00 committed by GitHub
parent a83ee86340
commit fa090bf920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ object StartLauncherPlugin : StartPlugin {
startPlugin(koin) startPlugin(koin)
} }
}.onFailure { e -> }.onFailure { e ->
logger.w("Unable to load bot part of $plugin", e) logger.w("Unable to start plugin $plugin", e)
}.onSuccess { }.onSuccess {
logger.i("Complete loading of $plugin") logger.i("Complete loading of $plugin")
} }