Changeset 2394 for box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
- Timestamp:
- 01/12/2008 00:59:49 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
r2319 r2394 1087 1087 { 1088 1088 // Use this one 1089 BOX_TRACE("Storing uploaded file ID " << inodeNum << " (" << filename << " in ID map as object " << latestObjectID << " with parent " << mObjectID << " (" << rLocalPath << ")");1089 BOX_TRACE("Storing uploaded file ID " << inodeNum << " (" << filename << ") in ID map as object " << latestObjectID << " with parent " << mObjectID << " (" << rLocalPath << ")"); 1090 1090 idMap.AddToMap(inodeNum, latestObjectID, mObjectID /* containing directory */); 1091 1091 } … … 1111 1111 // not indicate anything wrong. 1112 1112 // Run the release version for real life use, where this check is not made. 1113 BOX_TRACE("Storing found file ID " << inodeNum << " (" << filename << " in ID map as object " << latestObjectID << " with parent " << mObjectID << " (" << rLocalPath << ")");1113 BOX_TRACE("Storing found file ID " << inodeNum << " (" << filename << ") in ID map as object " << latestObjectID << " with parent " << mObjectID << " (" << rLocalPath << ")"); 1114 1114 idMap.AddToMap(inodeNum, objid, mObjectID /* containing directory */); 1115 1115 }
Note: See TracChangeset
for help on using the changeset viewer.
