VirtualBox

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


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/nt/RTErrConvertFromNtStatus.cpp

    r64594 r66862  
    8383
    8484    /* unknown error. */
    85     AssertMsgFailed(("Unhandled error %#lx (%lu)\n", lNativeCode, lNativeCode));
     85    AssertLogRelMsgFailed(("Unhandled error %#lx (%lu)\n", lNativeCode, lNativeCode));
    8686    return VERR_UNRESOLVED_ERROR;
    8787}
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