Author: ion
Date: Thu Aug 29 06:09:28 2013
New Revision: 59867
URL:
http://svn.reactos.org/svn/reactos?rev=59867&view=rev
Log:
[HIDPARSE]: Stop the HID debug spam.
Modified:
trunk/reactos/drivers/hid/hidparse/hidparse.c
Modified: trunk/reactos/drivers/hid/hidparse/hidparse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/hid/hidparse/hidpa…
==============================================================================
--- trunk/reactos/drivers/hid/hidparse/hidparse.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/hid/hidparse/hidparse.c [iso-8859-1] Thu Aug 29 06:09:28 2013
@@ -71,7 +71,7 @@
DebugFunction(
IN LPCSTR FormatStr, ...)
{
-
+#if HID_DBG
va_list args;
char printbuffer[1024];
@@ -80,6 +80,7 @@
va_end(args);
DbgPrint(printbuffer);
+#endif
}
VOID