From 2f8d0c29536cdb306b525b78638727da4ead0022 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 4 Apr 2008 20:22:29 +0000 Subject: Add missing space in trace output. --- test/backupdiff/testbackupdiff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/backupdiff/testbackupdiff.cpp b/test/backupdiff/testbackupdiff.cpp index d61029cf..fb972b2b 100644 --- a/test/backupdiff/testbackupdiff.cpp +++ b/test/backupdiff/testbackupdiff.cpp @@ -125,7 +125,7 @@ void check_encoded_file(const char *filename, int64_t OtherFileID, int new_block // Decode the rest uint64_t iv = box_ntoh64(hdr.mEntryIVBase); iv += b; - sBlowfishDecryptBlockEntry.SetIV(&iv); + sBlowfishDecryptBlockEntry.SetIV(&iv); file_BlockIndexEntryEnc entryEnc; sBlowfishDecryptBlockEntry.TransformBlock(&entryEnc, sizeof(entryEnc), en.mEnEnc, sizeof(en.mEnEnc)); @@ -144,7 +144,7 @@ void check_encoded_file(const char *filename, int64_t OtherFileID, int new_block { nold++; BOX_TRACE(std::setw(8) << b << " other i=" << - std::setw(8) << (0-s) << + std::setw(8) << (0-s) << " " << std::setw(8) << ntohl(entryEnc.mSize) << " " << std::setw(8) << std::setfill('0') << std::hex << ntohl(entryEnc.mWeakChecksum)); -- cgit v1.2.3