VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:54:02 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38828
Message:

s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better make the most of it...

File:
1 edited

Legend:

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

    r13835 r13837  
    122122#define STR_CONV()  do { rc = RTUtf16ToUtf8(str, &psz); RC_CHECK(); } while (0)
    123123#define STR_FREE()  do { if (str) { SysFreeString(str); str = NULL; } if (psz) { RTStrFree(psz); psz = NULL; } } while (0)
    124 #define RC_CHECK()  do { if (RT_FAILURE(rc)) { AssertMsgFailed(("rc=%Vrc\n", rc)); STR_FREE(); return rc; } } while (0)
     124#define RC_CHECK()  do { if (RT_FAILURE(rc)) { AssertMsgFailed(("rc=%Rrc\n", rc)); STR_FREE(); return rc; } } while (0)
    125125#define H()         do { if (FAILED(hrc)) { AssertMsgFailed(("hrc=%#x\n", hrc)); STR_FREE(); return VERR_GENERAL_FAILURE; } } while (0)
    126126
     
    16761676            if (RT_FAILURE (rc))
    16771677            {
    1678                 LogRel(("VBoxSharedClipboard is not available. rc = %Vrc\n", rc));
     1678                LogRel(("VBoxSharedClipboard is not available. rc = %Rrc\n", rc));
    16791679                /* That is not a fatal failure. */
    16801680                rc = VINF_SUCCESS;
     
    17321732        if (RT_FAILURE (rc))
    17331733        {
    1734             LogRel(("VBoxGuestPropSvc is not available. rc = %Vrc\n", rc));
     1734            LogRel(("VBoxGuestPropSvc is not available. rc = %Rrc\n", rc));
    17351735            /* That is not a fatal failure. */
    17361736            rc = VINF_SUCCESS;
     
    19601960    pConsole->mpVM = pVM;
    19611961
    1962     LogFlowFunc (("vrc = %Vrc\n", rc));
     1962    LogFlowFunc (("vrc = %Rrc\n", rc));
    19631963    LogFlowFuncLeave();
    19641964
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