Changeset 835
- Timestamp:
 - Nov 25, 2013, 4:39:39 PM (12 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/server/lib/tdb/common/io.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/server/lib/tdb/common/io.c
r834 r835 100 100 TDB_LOG((tdb, TDB_DEBUG_TRACE,"upgrading lock at %d len=%d " 101 101 "before writing %s (rc=%d).\n", off, len, 102 upgradeLockRC ? " was successfull":"failed", upgradeLockRC));102 upgradeLockRC ? "failed":"was successful", upgradeLockRC)); 103 103 #endif 104 104 if (tdb->map_ptr) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  