From e60af9caf3d76c343813d36c7e58667acd2123d8 Mon Sep 17 00:00:00 2001 From: Khaled Ferjani Date: Wed, 15 Oct 2025 13:51:08 +0200 Subject: [PATCH] Update tdrive/backend/node/src/cli/cmds/migration_cmds/migrate-files.ts Co-authored-by: Quentin Valmori --- .../backend/node/src/cli/cmds/migration_cmds/migrate-files.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrive/backend/node/src/cli/cmds/migration_cmds/migrate-files.ts b/tdrive/backend/node/src/cli/cmds/migration_cmds/migrate-files.ts index c29b46ce..38e9acf2 100644 --- a/tdrive/backend/node/src/cli/cmds/migration_cmds/migrate-files.ts +++ b/tdrive/backend/node/src/cli/cmds/migration_cmds/migrate-files.ts @@ -162,7 +162,7 @@ const purgeIndexesCommand: yargs.CommandModule = { console.log(`\n✅ File migrated successfully: ${fileObject.name}`); } else { console.log( - `[DRY-RUN] Would migrate ${user.email_canonical} file: ${fileObject.name}`, + `[DRY-RUN] Would migrate ${user.email_canonical} for slug ${sanitizeSlug(userId)} file: ${fileObject.name}`, ); } } catch (error) {