mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 11:15:50 +08:00
Print a final deleted object count at the end of backup deletion.
This commit is contained in:
parent
354abebf64
commit
567a7bd58a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user