VirtualBox

Changeset 39846 in vbox


Ignore:
Timestamp:
Jan 23, 2012 11:50:24 PM (13 years ago)
Author:
vboxsync
Message:

%ld -> %u + %#x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r39842 r39846  
    946946                                         * that -- can be tricky to debug later! */
    947947                                        DWORD dwErr2 = GetLastError();
    948                                         AssertMsgFailed(("Unloading user profile failed with error %ld", dwErr2));
     948                                        AssertMsgFailed(("Unloading user profile failed with error %u (%#x)", dwErr2, dwErr2));
    949949                                        if (dwErr == NO_ERROR)
    950950                                            dwErr = dwErr2;
     
    965965    if (   RT_SUCCESS(rc)
    966966        && dwErr != NO_ERROR)
    967     {
    968967        rc = rtProcMapErrorCodes(dwErr);
    969     }
     968
    970969    return rc;
    971970}
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