Changeset 2115 for box/trunk/lib/common/Guards.h
- Timestamp:
- 28/03/2008 22:18:44 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/Guards.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Guards.h
r1777 r2115 38 38 if(mOSFileHandle < 0) 39 39 { 40 BOX_ ERROR("FileHandleGuard: failed to open file '" <<41 rFilename << "': " << strerror(errno));40 BOX_LOG_SYS_ERROR("FileHandleGuard: failed to open " 41 "file '" << rFilename << "'"); 42 42 THROW_EXCEPTION(CommonException, OSFileOpenError) 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.
