backuptask: improve the debugs

This commit is contained in:
Girish Ramakrishnan
2025-07-14 15:01:30 +02:00
parent 56da5493b3
commit 26637c0f1c
3 changed files with 10 additions and 10 deletions

View File

@@ -196,7 +196,7 @@ async function downloadDir(backupConfig, backupFilePath, dataLayout, progressCal
assert(dataLayout instanceof DataLayout, 'dataLayout must be a DataLayout');
assert.strictEqual(typeof progressCallback, 'function');
debug(`downloadDir: ${backupFilePath} to ${dataLayout.toString()}`);
debug(`downloadDir: ${backupFilePath} to ${dataLayout.toString()}. encryption filenames: ${backupConfig.encryptedFilenames} content: ${backupConfig.encryption}`);
async function downloadFile(entry) {
let relativePath = path.relative(backupFilePath, entry.fullPath);