diff --git a/ts/textsecure/downloadAttachment.ts b/ts/textsecure/downloadAttachment.ts index 263dc3bbdd..874d173ed6 100644 --- a/ts/textsecure/downloadAttachment.ts +++ b/ts/textsecure/downloadAttachment.ts @@ -174,6 +174,9 @@ export async function downloadAttachment( downloadOffset, }, }); + log.info( + `${logId}: calling downloadToDisk with ${downloadPath ? '' : 'no '}downloadPath` + ); downloadResult = await downloadToDisk({ downloadOffset, downloadPath,