Print a final deleted object count at the end of backup deletion.

This commit is contained in:
Stephen Atherton 2018-12-20 01:24:31 -08:00
parent 354abebf64
commit 567a7bd58a

View File

@ -1917,7 +1917,7 @@ ACTOR Future<Void> deleteBackupContainer(const char *name, std::string destinati
}
}
}
printf("\n");
printf("\r%d objects deleted\n", numDeleted);
}
catch (Error& e) {
if(e.code() == error_code_actor_cancelled)