VirtualBox

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/common/err/RTErrConvertFromErrno.cpp

    r63561 r66862  
    445445#endif
    446446        default:
    447             AssertMsgFailed(("Unhandled error code %d\n", uNativeCode));
     447            AssertLogRelMsgFailed(("Unhandled error code %d\n", uNativeCode));
    448448            return VERR_UNRESOLVED_ERROR;
    449449    }
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