reduce console spam
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1906 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
45b4373f68
commit
5776b3aca9
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ void IN_RestoreOriginalMouseState (void)
|
|||
#ifndef NODIRECTX
|
||||
BOOL CALLBACK IN_EnumerateDevices(LPCDIDEVICEINSTANCE inst, LPVOID parm)
|
||||
{
|
||||
Con_SafePrintf("Found: %s\n", inst->tszProductName);
|
||||
Con_DPrintf("EnumerateDevices found: %s\n", inst->tszProductName);
|
||||
|
||||
return DIENUM_CONTINUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue