VirtualBox

Changeset 48303 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Sep 5, 2013 12:26:22 PM (11 years ago)
Author:
vboxsync
Message:

Main: fixed a few %Rrc <--> COM error code mismatches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r48121 r48303  
    29392939                                             bstrExtraDataValue.asOutParam());
    29402940            if (FAILED(hrc))
    2941                 LogRel(("Warning: Cannot get extra data key %s, rc = %Rrc\n", strKey.c_str(), hrc));
     2941                LogRel(("Warning: Cannot get extra data key %s, rc = %Rhrc\n", strKey.c_str(), hrc));
    29422942
    29432943            /*
     
    50985098                                                      ComSafeArrayAsOutParam(timestampsOut),
    50995099                                                      ComSafeArrayAsOutParam(flagsOut));
    5100         AssertMsgReturn(SUCCEEDED(hrc), ("hrc=%Rrc\n", hrc), VERR_GENERAL_FAILURE);
     5100        AssertMsgReturn(SUCCEEDED(hrc), ("hrc=%Rhrc\n", hrc), VERR_GENERAL_FAILURE);
    51015101        size_t cProps = namesOut.size();
    51025102        size_t cAlloc = cProps + 1;
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