VirtualBox

Changeset 10636 in vbox


Ignore:
Timestamp:
Jul 15, 2008 9:41:13 AM (16 years ago)
Author:
vboxsync
Message:

build fix and log adjustments.

File:
1 edited

Legend:

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

    r10628 r10636  
    3333#include <excpt.h>
    3434#include <VBox/err.h>
     35#include <VBox/log.h>
    3536#include <iprt/assert.h>
    3637#include <iprt/asm.h>
     
    10591060        case VBOXGUEST_IOCTL_LOG(0):    /* The size isn't relevant on NT. */
    10601061        {
    1061             /* Enable this only for debugging: 
    1062             dprintf(("VBoxGuest::VBoxGuestDeviceControl: VBOXGUEST_IOCTL_LOG\n"));
     1062            /* Enable this only for debugging:
     1063            dprintf(("VBoxGuest::VBoxGuestDeviceControl: VBOXGUEST_IOCTL_LOG %.*s\n", (int)pStack->Parameters.DeviceIoControl.InputBufferLength, pBuf));
    10631064             */
    1064             LogRel(("%.*s\n", (int)pStack->Parameters.DeviceIoControl.InputBufferLength, pBuf));
     1065            LogRel(("%.*s", (int)pStack->Parameters.DeviceIoControl.InputBufferLength, pBuf));
    10651066            cbOut = 0;
    1066         } break;
     1067            break;
     1068        }
    10671069
    10681070        default:
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