Changeset 3080


Ignore:
Timestamp:
02/02/2012 22:17:40 (4 months ago)
Author:
chris
Message:

Log which account we're housekeeping, to help debug housekeeping crashes/failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbstored/HousekeepStoreAccount.cpp

    r2706 r3080  
    8888void HousekeepStoreAccount::DoHousekeeping(bool KeepTryingForever) 
    8989{ 
     90        BOX_TRACE("Starting housekeeping on account " << 
     91                BOX_FORMAT_OBJECTID(mAccountID)); 
     92 
    9093        // Attempt to lock the account 
    9194        std::string writeLockFilename; 
     
    356359        // going out of scope, included for code clarity) 
    357360        writeLock.ReleaseLock(); 
     361 
     362        BOX_TRACE("Finished housekeeping on account " << 
     363                BOX_FORMAT_OBJECTID(mAccountID)); 
    358364} 
    359365 
Note: See TracChangeset for help on using the changeset viewer.