Changeset 14262 in vbox
- Timestamp:
- Nov 17, 2008 5:27:51 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39431
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp
r14216 r14262 36 36 #include <iprt/assert.h> 37 37 #include <iprt/err.h> 38 #include <iprt/log.h>39 38 40 39 #if defined(RT_OS_DARWIN) && defined(KERNEL) … … 441 440 442 441 default: 443 #if 0444 /* This is quite likely to occur, so please no assertion */445 442 AssertMsgFailed(("Unhandled error code %Rrc\n", iErr)); 446 #endif447 LogRel(("Unhandled error code %d (%Rrc)\n", iErr, iErr));448 443 return EPROTO; 449 444 }
Note:
See TracChangeset
for help on using the changeset viewer.