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; }