This commit is contained in:
Stephen Atherton 2017-11-25 21:13:56 -08:00
parent 1b1c8e985a
commit 1d3af8f4f0
1 changed files with 2 additions and 2 deletions

View File

@ -925,8 +925,8 @@ namespace fileBackup {
TraceEvent("FileBackupWroteRangeFile")
.detail("Size", outFile->size())
.detail("Keys", nrKeys)
.detail("BeginKey", beginKey)
.detail("EndKey", nextKey)
.detail("BeginKey", beginKey.printable())
.detail("EndKey", nextKey.printable())
.detail("FileDiscarded", keepGoing ? "No" : "Yes");
if(!keepGoing)