mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 02:24:21 +01:00
Improve warning message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user