Improve regV5 logging.

This commit is contained in:
Greyson Parrelli
2026-06-18 12:43:29 -04:00
committed by jeffrey-signal
parent 7b5f7cd808
commit 8eac4d3a57
47 changed files with 162 additions and 195 deletions
@@ -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) {