mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20: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) {
|
if (serviceIdType != ServiceIdType.PNI || e.getCode() != 422) {
|
||||||
throw e;
|
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;
|
return needsReset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue