From 5776b3aca99c453086ed51754c13796cf09a8a3c Mon Sep 17 00:00:00 2001 From: TimeServ Date: Sat, 28 Jan 2006 23:22:17 +0000 Subject: [PATCH] reduce console spam git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1906 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/in_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/in_win.c b/engine/client/in_win.c index 1bad1e717..28e865587 100644 --- a/engine/client/in_win.c +++ b/engine/client/in_win.c @@ -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; }