VirtualBox

Ignore:
Timestamp:
Dec 12, 2008 6:08:19 AM (16 years ago)
Author:
vboxsync
Message:

Added a RTLogRelPrintf to supR3HardenedErrorV to try get the details in the log...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp

    r13458 r15352  
    142142    va_list vaCopy;
    143143    va_copy(vaCopy, va);
    144     AssertLogRelMsgFailed(("%N", pszFormat, &vaCopy));
     144    AssertLogRelMsgFailed(("%N", pszFormat, &vaCopy)); /** @todo figure out why this ain't working, or at seems to be that way... */
    145145    va_end(vaCopy);
     146
     147    RTLogRelPrintfV(pszFormat, va);
    146148    return rc;
    147149}
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