VirtualBox

忽略:
時間撮記:
2008-12-12 上午06:08:19 (16 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
40786
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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