Make extension load error logs less verbose
(cherry picked from commit 1b921f9845ced678f6132c5deadd9b8d52b3decc)
This commit is contained in:
parent
3aa5a36fdd
commit
cee8335518
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ internal object ExtensionLoader {
|
|||
else -> throw Exception("Unknown source class type! ${obj.javaClass}")
|
||||
}
|
||||
} catch (e: Throwable) {
|
||||
Timber.e(e, "Extension load error: $extName.")
|
||||
Timber.w(e, "Extension load error: $extName ($it)")
|
||||
return LoadResult.Error(e)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue