Changeset 3080
- Timestamp:
- 02/02/2012 22:17:40 (4 months ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbstored/HousekeepStoreAccount.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbstored/HousekeepStoreAccount.cpp
r2706 r3080 88 88 void HousekeepStoreAccount::DoHousekeeping(bool KeepTryingForever) 89 89 { 90 BOX_TRACE("Starting housekeeping on account " << 91 BOX_FORMAT_OBJECTID(mAccountID)); 92 90 93 // Attempt to lock the account 91 94 std::string writeLockFilename; … … 356 359 // going out of scope, included for code clarity) 357 360 writeLock.ReleaseLock(); 361 362 BOX_TRACE("Finished housekeeping on account " << 363 BOX_FORMAT_OBJECTID(mAccountID)); 358 364 } 359 365
Note: See TracChangeset
for help on using the changeset viewer.
