Skip to content

Commit

Permalink
Improve warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Feb 25, 2024
1 parent 2f3c064 commit b76964f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private boolean refreshPreKeysIfNecessary(
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;
}
Expand Down

0 comments on commit b76964f

Please sign in to comment.