mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Improve warning message
This commit is contained in:
parent
2f3c064462
commit
b76964f219
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue