Changeset 3083 for box/trunk


Ignore:
Timestamp:
02/02/2012 23:36:13 (4 months ago)
Author:
chris
Message:

Fix compile error, thanks to James and Buildbot :)

File:
1 edited

Legend:

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

    r3081 r3083  
    22972297#endif // HAVE_STRUCT_STATVFS_F_MNTONNAME 
    22982298                                { 
    2299                                         BOX_THROW_SYS_ERROR("Failed to stat " 
    2300                                                 "path '" << pLoc->mPath << 
    2301                                                 "' for location '" << 
    2302                                                 pLoc->mName << "'"); 
     2299                                        THROW_SYS_ERROR("Failed to stat path " 
     2300                                                "'" << pLoc->mPath << "' " 
     2301                                                "for location " 
     2302                                                "'" << pLoc->mName << "'"); 
    23032303                                } 
    23042304 
Note: See TracChangeset for help on using the changeset viewer.