Changeset 2123 for box/trunk/test


Ignore:
Timestamp:
04/04/2008 21:22:29 (4 years ago)
Author:
chris
Message:

Add missing space in trace output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/test/backupdiff/testbackupdiff.cpp

    r2122 r2123  
    126126                uint64_t iv = box_ntoh64(hdr.mEntryIVBase); 
    127127                iv += b; 
    128                 sBlowfishDecryptBlockEntry.SetIV(&iv);                   
     128                sBlowfishDecryptBlockEntry.SetIV(&iv); 
    129129                file_BlockIndexEntryEnc entryEnc; 
    130130                sBlowfishDecryptBlockEntry.TransformBlock(&entryEnc, 
     
    145145                        nold++; 
    146146                        BOX_TRACE(std::setw(8) << b << " other i=" <<  
    147                                 std::setw(8) << (0-s) << 
     147                                std::setw(8) << (0-s) << " " << 
    148148                                std::setw(8) << ntohl(entryEnc.mSize) << " " << 
    149149                                std::setw(8) << std::setfill('0') << 
Note: See TracChangeset for help on using the changeset viewer.