better progress message

This commit is contained in:
Girish Ramakrishnan
2016-06-28 16:16:15 -05:00
parent 24e36dc24c
commit 0c3de27c3d

View File

@@ -724,7 +724,7 @@ function migrate(size, region, callback) {
progress.set(progress.MIGRATE, -1, error.message);
}
progress.set(progress.MIGRATE, 0, 'Started');
progress.set(progress.MIGRATE, 10, 'Backing up for migration');
// initiate the migration in the background
backups.backupBoxAndApps({ userId: null, username: 'migrator' }, function (error, backupId) {