VirtualBox

Changeset 66862 in vbox for trunk/src/VBox/Runtime/win


Ignore:
Timestamp:
May 10, 2017 1:02:36 PM (8 years ago)
Author:
vboxsync
Message:

Runtime: provide LogRel output for all cases resulting in VERR_UNRESOLVED_ERROR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp

    r66558 r66862  
    435435
    436436    /* unknown error. */
    437 #ifndef DEBUG_dmik
    438     AssertMsgFailed(("Unhandled error %u\n", uNativeCode));
    439 #endif
     437    AssertLogRelMsgFailed(("Unhandled error %u\n", uNativeCode));
    440438    return VERR_UNRESOLVED_ERROR;
    441439}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette