VirtualBox

Changeset 13837 in vbox for trunk/src/VBox/Devices/Serial


Ignore:
Timestamp:
Nov 5, 2008 2:54:02 AM (17 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/Devices/Serial/DrvHostSerial.cpp

    r13663 r13837  
    10941094    /* Open again to make use after suspend possible again. */
    10951095    rc = RTFileOpen(&pData->DeviceFile, pData->pszDevicePath, RTFILE_O_OPEN | RTFILE_O_READWRITE);
    1096     AssertMsgRC(rc, ("Opening device file again failed rc=%Vrc\n", rc));
     1096    AssertMsgRC(rc, ("Opening device file again failed rc=%Rrc\n", rc));
    10971097
    10981098    if (RT_FAILURE(rc))
    10991099        PDMDrvHlpVMSetRuntimeError(pDrvIns, false, "DrvHostSerialFail",
    1100                                     N_("Opening failed for serial host device '%s' (%Vrc). The device will not work"),
     1100                                    N_("Opening failed for serial host device '%s' (%Rrc). The device will not work"),
    11011101                                    pData->pszDevicePath, rc);
    11021102#  endif
     
    11051105    if (RT_FAILURE(rc))
    11061106        PDMDrvHlpVMSetRuntimeError(pDrvIns, false, "DrvHostSerialFail",
    1107                                     N_("Suspending serial monitor thread failed for serial device '%s' (%Vrc). The shutdown may take longer than expected"),
     1107                                    N_("Suspending serial monitor thread failed for serial device '%s' (%Rrc). The shutdown may take longer than expected"),
    11081108                                    pThis->pszDevicePath, RTErrConvertFromErrno(rc));
    11091109
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette