VirtualBox

Changeset 98598 in vbox


Ignore:
Timestamp:
Feb 16, 2023 12:54:55 AM (22 months ago)
Author:
vboxsync
Message:

Add/VBoxDrvInst: Logging correction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp

    r98103 r98598  
    245245        RTStrCat(szBuf, sizeof(szBuf), ": ");
    246246        size_t offVal = strlen(szBuf);
    247         RTStrFormatU32(&szBuf[offVal], sizeof(szBuf) - offVal, dwError, 10, 0, 0, 0);
     247        RTStrFormatU32(&szBuf[offVal], sizeof(szBuf) - offVal, dwError, 16, 0, 0, dwError ? RTSTR_F_SPECIAL : 0);
    248248        RTStrCat(szBuf, sizeof(szBuf), " - ");
    249249        DWORD dwIgn;
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