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...

Location:
trunk/src/VBox/Additions/WINNT/i8042prt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/i8042prt/i8042dep.c

    r13835 r13837  
    13401340    if (RT_FAILURE(vboxRC))
    13411341    {
    1342         dprintf(("i8042prt::DriverEntry: could not initialize guest library, rc = %Vrc\n", vboxRC));
     1342        dprintf(("i8042prt::DriverEntry: could not initialize guest library, rc = %Rrc\n", vboxRC));
    13431343        /* Continue working in non-VBox mode. */
    13441344    }
     
    13611361            {
    13621362                dprintf(("i8042prt::DriverEntry: ERROR communicating new mouse capabilities to VMMDev."
    1363                          "rc = %d, VMMDev rc = %Vrc\n", vboxRC, req->header.rc));
     1363                         "rc = %d, VMMDev rc = %Rrc\n", vboxRC, req->header.rc));
    13641364            }
    13651365            else
     
    13741374            VbglTerminate ();
    13751375
    1376             dprintf(("i8042prt::DriverEntry: could not allocate request buffer, rc = %Vrc\n", vboxRC));
     1376            dprintf(("i8042prt::DriverEntry: could not allocate request buffer, rc = %Rrc\n", vboxRC));
    13771377            /* Continue working in non-VBox mode. */
    13781378        }
  • trunk/src/VBox/Additions/WINNT/i8042prt/moudep.c

    r13835 r13837  
    554554                    {
    555555                        dprintf(("i8042prt: ERROR querying mouse capabilities from VMMDev."
    556                                  "rc = %Vrc, VMMDev rc = %Vrc\n", rc, req->header.rc));
     556                                 "rc = %Rrc, VMMDev rc = %Rrc\n", rc, req->header.rc));
    557557                    }
    558558                }
     
    620620                    {
    621621                        dprintf(("i8042prt: ERROR querying mouse capabilities from VMMDev."
    622                                  "rc = %Vrc, VMMDev rc = %Vrc\n", rc, req->header.rc));
     622                                 "rc = %Rrc, VMMDev rc = %Rrc\n", rc, req->header.rc));
    623623                    }
    624624                }
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