Changeset 2941 for box/trunk/lib


Ignore:
Timestamp:
23/04/2011 11:13:14 (13 months ago)
Author:
chris
Message:

Log the name of the extended attribute that could not be read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupclient/BackupClientFileAttributes.cpp

    r2828 r2941  
    583583                                { 
    584584                                        BOX_LOG_SYS_ERROR("Failed to get " 
    585                                                 "extended attributes size " 
    586                                                 "for '" << Filename << "'"); 
     585                                                "extended attribute size of " 
     586                                                "'" << Filename << "': " << 
     587                                                attrKey); 
    587588                                        THROW_EXCEPTION(CommonException, OSFileError); 
    588589                                } 
     
    601602                                { 
    602603                                        BOX_LOG_SYS_ERROR("Failed to get " 
    603                                                 "extended attributes for "  
    604                                                 "'" << Filename << "'"); 
     604                                                "extended attribute of "  
     605                                                "'" << Filename << "': " << 
     606                                                attrKey); 
    605607                                        THROW_EXCEPTION(CommonException, OSFileError); 
    606608                                } 
Note: See TracChangeset for help on using the changeset viewer.