Changeset 2217

Show
Ignore:
Timestamp:
06/08/2008 19:23:10 (4 months ago)
Author:
chris
Message:

Log a warning with the file that couldn't be opened and the error code,
to help debus issues Pete Jalajas is having with Amazon S3 and fuse.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • box/trunk/lib/common/FileStream.cpp

    r2127 r2217  
    4848                else 
    4949                { 
     50                        BOX_LOG_SYS_WARNING("Failed to open file: " << 
     51                                Filename); 
    5052                        THROW_EXCEPTION(CommonException, OSFileOpenError) 
    5153                }