getUnidentifiedAccessMode(encryptedProfile, profileCipher),
getCapabilities(encryptedProfile));
} catch (InvalidCiphertextException e) {
- logger.debug("Failed to decrypt profile for {}", encryptedProfile.getAci(), e);
+ logger.debug("Failed to decrypt profile for {}", encryptedProfile.getServiceId(), e);
return null;
}
}