mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-02-18 22:43:36 +00:00
Improve warning message
This commit is contained in:
parent
2f3c064462
commit
b76964f219
@ -176,7 +176,7 @@ public class PreKeyHelper {
|
||||
if (serviceIdType != ServiceIdType.PNI || e.getCode() != 422) {
|
||||
throw e;
|
||||
}
|
||||
logger.warn("Failed to update PNI pre keys, ignoring.");
|
||||
logger.warn("Failed to set PNI pre keys, ignoring for now. Account needs to be reregistered to fix this.");
|
||||
}
|
||||
return needsReset;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user