Changeset 2941 for box/trunk/lib
- Timestamp:
- 23/04/2011 11:13:14 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupClientFileAttributes.cpp
r2828 r2941 583 583 { 584 584 BOX_LOG_SYS_ERROR("Failed to get " 585 "extended attributes size " 586 "for '" << Filename << "'"); 585 "extended attribute size of " 586 "'" << Filename << "': " << 587 attrKey); 587 588 THROW_EXCEPTION(CommonException, OSFileError); 588 589 } … … 601 602 { 602 603 BOX_LOG_SYS_ERROR("Failed to get " 603 "extended attributes for " 604 "'" << Filename << "'"); 604 "extended attribute of " 605 "'" << Filename << "': " << 606 attrKey); 605 607 THROW_EXCEPTION(CommonException, OSFileError); 606 608 }
Note: See TracChangeset
for help on using the changeset viewer.
