Author: cgutman
Date: Thu Jan 26 20:25:12 2012
New Revision: 55225
URL:
http://svn.reactos.org/svn/reactos?rev=55225&view=rev
Log:
[USBEHCI_NEW]
- Disable debug spam
Modified:
branches/usb-bringup-trunk/drivers/usb/usbehci_new/usb_request.cpp
Modified: branches/usb-bringup-trunk/drivers/usb/usbehci_new/usb_request.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/usb-bringup-trunk/drivers/usb/u…
==============================================================================
--- branches/usb-bringup-trunk/drivers/usb/usbehci_new/usb_request.cpp [iso-8859-1]
(original)
+++ branches/usb-bringup-trunk/drivers/usb/usbehci_new/usb_request.cpp [iso-8859-1] Thu
Jan 26 20:25:12 2012
@@ -1542,7 +1542,7 @@
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);