Debug
authorJohn Hodge <[email protected]>
Sun, 27 Sep 2009 09:33:59 +0000 (17:33 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Sep 2009 09:33:59 +0000 (17:33 +0800)
Kernel/drv/kb.c

index 810ea8f..9a41728 100644 (file)
@@ -111,7 +111,7 @@ void KB_IRQHandler()
                Warning("UNK %i %x", giKB_KeyLayer, scancode);
        
        if(keyNum > 128)
-               Log("keyNum = %i\n");
+               Log("keyNum = %i\n", keyNum);
        
        // Reset Layer
        giKB_KeyLayer = 0;

UCC git Repository :: git.ucc.asn.au