VirtualBox

Ignore:
Timestamp:
May 7, 2008 9:05:12 PM (17 years ago)
Author:
vboxsync
Message:

Use %hrc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxBase.cpp

    r8668 r8683  
    614614    bool preserve = ((uintptr_t) RTTlsGet (MultiResult::sCounter)) > 0;
    615615
    616     LogRel (("ERROR [COM]: aRC=%#08x aIID={%Vuuid} aComponent={%ls} aText={%ls} "
     616    LogRel (("ERROR [COM]: aRC=%Rhrc (%#08x) aIID={%RTuuid} aComponent={%ls} aText={%ls} "
    617617             "aWarning=%RTbool, preserve=%RTbool\n",
    618              aResultCode, &aIID, aComponent.raw(), aText.raw(), aWarning,
     618             aResultCode, aResultCode, &aIID, aComponent.raw(), aText.raw(), aWarning,
    619619             preserve));
    620620
     
    11511151    int vrc = RTUuidFromStr (&uuid, buf);
    11521152    if (RT_FAILURE (vrc))
    1153         throw ENoConversion (FmtStr ("'%s' is not Guid (%Vrc)", aValue, vrc));
     1153        throw ENoConversion (FmtStr ("'%s' is not Guid (%Rrc)", aValue, vrc));
    11541154
    11551155    return com::Guid (uuid);
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