From: Cameron Gutman Date: Thu, 26 Jan 2012 20:25:12 +0000 (+0000) Subject: [USBEHCI_NEW] X-Git-Tag: backups/usb-bringup-trunk@60667~129 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f0363e1cc1f4d04d32d221983b6240a4d0b92cf8;ds=inline [USBEHCI_NEW] - Disable debug spam svn path=/branches/usb-bringup-trunk/; revision=55225 --- diff --git a/drivers/usb/usbehci_new/usb_request.cpp b/drivers/usb/usbehci_new/usb_request.cpp index e48a06c2517..38618d257fc 100644 --- a/drivers/usb/usbehci_new/usb_request.cpp +++ b/drivers/usb/usbehci_new/usb_request.cpp @@ -1542,7 +1542,7 @@ CUSBRequest::FreeQueueHead( if (USB_ENDPOINT_DIRECTION_IN(m_EndpointDescriptor->bEndpointAddress)) { - DPRINT1("m_TotalBytesTransferred %x, %x - %x\n", + DPRINT("m_TotalBytesTransferred %x, %x - %x\n", m_TotalBytesTransferred, m_TransferDescriptors[DescriptorCount]->TotalBytesToTransfer, m_TransferDescriptors[DescriptorCount]->Token.Bits.TotalBytesToTransfer);