Fix Timber error in formatting
This commit is contained in:
parent
72d3f1e909
commit
cdfc402599
@ -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…
x
Reference in New Issue
Block a user