mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +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(
|
||||
IN LPCSTR FormatStr, ...)
|
||||
{
|
||||
|
||||
#if HID_DBG
|
||||
va_list args;
|
||||
char printbuffer[1024];
|
||||
|
||||
|
@ -80,6 +80,7 @@ DebugFunction(
|
|||
va_end(args);
|
||||
|
||||
DbgPrint(printbuffer);
|
||||
#endif
|
||||
}
|
||||
|
||||
VOID
|
||||
|
|
Loading…
Reference in a new issue