Update ensureAttachmentIsReencryptable logic
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
dd78de36fa
commit
71d5976ab1
1 changed files with 2 additions and 1 deletions
|
@ -58,8 +58,9 @@ export async function ensureAttachmentIsReencryptable(
|
||||||
logging.info(
|
logging.info(
|
||||||
`${logId}: Unable to reencrypt attachment to original digest; must have had non-zero padding`
|
`${logId}: Unable to reencrypt attachment to original digest; must have had non-zero padding`
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
logging.error(`${logId}: error when reencrypting`, toLogFormat(e));
|
||||||
}
|
}
|
||||||
logging.error(`${logId}: error when reencrypting`, toLogFormat(e));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue