mirror of
https://github.com/reactos/reactos.git
synced 2025-04-10 15:47:31 +00:00
Silence debug messages again
svn path=/trunk/; revision=6796
This commit is contained in:
parent
8122f72b7d
commit
a6e0b948ad
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: keyboard.c,v 1.17 2003/11/25 01:09:06 arty Exp $
|
||||
/* $Id: keyboard.c,v 1.18 2003/11/25 22:28:00 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -999,7 +999,7 @@ VOID FASTCALL W32kKeyProcessMessage(LPMSG Msg, PKBDTABLES KeyboardLayout) {
|
|||
}
|
||||
}
|
||||
|
||||
DbgPrint("Key: [%04x -> %04x]\n", BaseMapping, Msg->wParam);
|
||||
DPRINT("Key: [%04x -> %04x]\n", BaseMapping, Msg->wParam);
|
||||
|
||||
/* Now that we have the VK, we can set the keymap appropriately
|
||||
* This is a better place for this code, as it's guaranteed to be
|
||||
|
|
Loading…
Reference in a new issue