Changeset 2394

Show
Ignore:
Timestamp:
01/12/2008 00:59:49 (22 months ago)
Author:
chris
Message:

Fix missing parentheses on stored file ID messages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp

    r2319 r2394  
    10871087                        { 
    10881088                                // 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 << ")"); 
    10901090                                idMap.AddToMap(inodeNum, latestObjectID, mObjectID /* containing directory */); 
    10911091                        } 
     
    11111111                                        // not indicate anything wrong. 
    11121112                                        // 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 << ")"); 
    11141114                                        idMap.AddToMap(inodeNum, objid, mObjectID /* containing directory */);                           
    11151115                                }