Update ensureAttachmentIsReencryptable logic
This commit is contained in:
parent
24a71ef97d
commit
e60df56500
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…
Reference in a new issue