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) {