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) {
|
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…
x
Reference in New Issue
Block a user