Changeset 66862 in vbox for trunk/src/VBox/Runtime/darwin
- Timestamp:
- May 10, 2017 1:02:36 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115336
- Location:
- trunk/src/VBox/Runtime/darwin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp
r62477 r66862 123 123 124 124 /* unknown error. */ 125 Assert MsgFailed(("Unhandled error %#x\n", iNativeCode));125 AssertLogRelMsgFailed(("Unhandled error %#x\n", iNativeCode)); 126 126 return VERR_UNRESOLVED_ERROR; 127 127 } -
trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp
r62477 r66862 58 58 59 59 /* unknown error. */ 60 Assert MsgFailed(("Unhandled error %#x\n", iNativeCode));60 AssertLogRelMsgFailed(("Unhandled error %#x\n", iNativeCode)); 61 61 return VERR_UNRESOLVED_ERROR; 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.