VirtualBox

Changeset 3791 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jul 23, 2007 3:04:06 PM (18 years ago)
Author:
vboxsync
Message:

logging changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp

    r3789 r3791  
    123123    if (DeviceIoControl (gVBoxDriver, IOCTL_VBOXGUEST_CTL_FILTER_MASK, &maskInfo, sizeof (maskInfo), NULL, 0, &cbReturned, NULL))
    124124    {
    125         dprintf(("VBoxService: DeviceIOControl(CtlMask - or) succeeded\n"));
     125        dprintf(("VBoxSeamlessThread: DeviceIOControl(CtlMask - or) succeeded\n"));
    126126    }
    127127    else
    128128    {
    129         dprintf(("VBoxService: DeviceIOControl(CtlMask) failed, SeamlessChangeThread exited\n"));
     129        dprintf(("VBoxSeamlessThread: DeviceIOControl(CtlMask) failed, SeamlessChangeThread exited\n"));
    130130        return 0;
    131131    }
     
    139139        if (DeviceIoControl(gVBoxDriver, IOCTL_VBOXGUEST_WAITEVENT, &waitEvent, sizeof(waitEvent), &waitEvent, sizeof(waitEvent), &cbReturned, NULL))
    140140        {
    141             dprintf(("VBoxService: DeviceIOControl succeded\n"));
     141            dprintf(("VBoxSeamlessThread: DeviceIOControl succeded\n"));
    142142
    143143            /* are we supposed to stop? */
     
    145145                break;
    146146
    147             dprintf(("VBoxService: checking event\n"));
     147            dprintf(("VBoxSeamlessThread: checking event\n"));
    148148
    149149            /* did we get the right event? */
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