Add a trace event for range files

This commit is contained in:
Jingyu Zhou 2023-02-27 14:17:57 -08:00
parent 944f5a1163
commit ce123db490
1 changed files with 1 additions and 0 deletions

View File

@ -761,6 +761,7 @@ ACTOR Future<Void> process_range_file(Reference<IBackupContainer> container,
}
}
}
TraceEvent("ProcessRangeFileDone", uid).detail("File", file.fileName);
return Void();
}