Fix logging typo
This commit is contained in:
parent
1913752fa0
commit
9d38470046
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ async function _runJob(job?: AttachmentDownloadJobType): Promise<void> {
|
||||||
|
|
||||||
if (currentAttempt >= 3) {
|
if (currentAttempt >= 3) {
|
||||||
logger.error(
|
logger.error(
|
||||||
`_runJob: ${currentAttempt} failed attempts, marking attachment ${id} from message ${logId} as permament error:`,
|
`_runJob: ${currentAttempt} failed attempts, marking attachment ${id} from message ${logId} as permanent error:`,
|
||||||
error && error.stack ? error.stack : error
|
error && error.stack ? error.stack : error
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue