Update StartLauncherPlugin.kt

This commit is contained in:
2022-12-25 10:29:16 +06:00
committed by GitHub
parent a83ee86340
commit fa090bf920

View File

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