Changeset 3083 for box/trunk/bin
- Timestamp:
- 02/02/2012 23:36:13 (4 months ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/BackupDaemon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupDaemon.cpp
r3081 r3083 2297 2297 #endif // HAVE_STRUCT_STATVFS_F_MNTONNAME 2298 2298 { 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 << "'"); 2303 2303 } 2304 2304
Note: See TracChangeset
for help on using the changeset viewer.
