mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix Timber error in formatting
This commit is contained in:
parent
72d3f1e909
commit
cdfc402599
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ private fun deriveKey(password: String,
|
|||
}
|
||||
}
|
||||
|
||||
Timber.v("KeysBackupPassword", "## deriveKeys() : " + iterations + " in " + (System.currentTimeMillis() - t0) + " ms")
|
||||
Timber.v("KeysBackupPassword: deriveKeys() : " + iterations + " in " + (System.currentTimeMillis() - t0) + " ms")
|
||||
|
||||
return dk
|
||||
}
|
||||
|
@ -149,4 +149,4 @@ private fun generateSalt(): String {
|
|||
}
|
||||
|
||||
return salt.substring(0, SALT_LENGTH)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue