Remove debug & add Debug
authorJohn Hodge <[email protected]>
Sun, 27 Sep 2009 09:41:34 +0000 (17:41 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Sep 2009 09:41:34 +0000 (17:41 +0800)
Kernel/drv/kb.c
Kernel/vfs/open.c

index 9c37cf5..d6124e7 100644 (file)
@@ -145,7 +145,6 @@ void KB_IRQHandler()
        // --- Check for Kernel Magic Combos
        if(gbaKB_States[KEY_LCTRL] && gbaKB_States[KEY_LALT])
        {
-               LOG("ch = 0x%02x", ch);
                switch(ch)
                {
                case 'd':       __asm__ __volatile__ ("xchg %bx, %bx"); break;
index dc10123..bb644bb 100644 (file)
@@ -127,6 +127,7 @@ char *VFS_GetAbsPath(char *Path)
        
        // `ret` should now be the absolute path
        LEAVE('s', ret);
+       Log("VFS_GetAbsPath: RETURN '%s'", ret);
        return ret;
 }
 

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