mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:21:50 +00:00
[HIDPARSE]: Stop the HID debug spam.
svn path=/trunk/; revision=59867
This commit is contained in:
parent
098160c171
commit
b840c2367f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue