crypto: Improve the startup log line
This commit is contained in:
parent
c5173dde71
commit
ed902fc42a
@ -327,7 +327,9 @@ internal class DefaultCryptoService @Inject constructor(
|
||||
try {
|
||||
setRustLogger()
|
||||
olmMachine = OlmMachine(userId, deviceId!!, dataDir, deviceObserver)
|
||||
Timber.v("Successfully started up an Olm machine, identity keys: ${olmMachine?.identityKeys()}")
|
||||
Timber.v(
|
||||
"## CRYPTO | Successfully started up an Olm machine for " +
|
||||
"${userId}, ${deviceId}, identity keys: ${olmMachine?.identityKeys()}")
|
||||
} catch (throwable: Throwable) {
|
||||
Timber.v("Failed create an Olm machine: $throwable")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user