[HIDPARSE]: Stop the HID debug spam.

svn path=/trunk/; revision=59867
This commit is contained in:
Alex Ionescu 2013-08-29 06:09:28 +00:00
parent 098160c171
commit b840c2367f

View file

@ -71,7 +71,7 @@ NTAPI
DebugFunction( DebugFunction(
IN LPCSTR FormatStr, ...) IN LPCSTR FormatStr, ...)
{ {
#if HID_DBG
va_list args; va_list args;
char printbuffer[1024]; char printbuffer[1024];
@ -80,6 +80,7 @@ DebugFunction(
va_end(args); va_end(args);
DbgPrint(printbuffer); DbgPrint(printbuffer);
#endif
} }
VOID VOID