mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-06 05:14:50 +01:00
Improve regV5 logging.
This commit is contained in:
committed by
jeffrey-signal
parent
7b5f7cd808
commit
8eac4d3a57
@@ -313,7 +313,7 @@ object SvrRepository {
|
||||
Log.i(TAG, "[onRegistrationComplete] Starting", true)
|
||||
operationLock.withLock {
|
||||
if (masterKey == null && userPin != null) {
|
||||
error("If masterKey is present, pin must also be present!")
|
||||
error("If PIN is present, MasterKey must also be present!")
|
||||
}
|
||||
|
||||
if (masterKey != null && userPin != null) {
|
||||
|
||||
Reference in New Issue
Block a user