Fixes to x86 error and interrupt handling
[tpg/acess2.git] / Kernel / debug.c
index f71e889..12adc22 100644 (file)
@@ -264,7 +264,7 @@ void Debug_SetKTerminal(char *File)
        if(giDebug_KTerm != -1)
                VFS_Close(giDebug_KTerm);
        giDebug_KTerm = VFS_Open(File, VFS_OPENFLAG_WRITE);
-       Log("Opened '%s' as 0x%x", File, giDebug_KTerm);
+       Log_Log("Debug", "Opened '%s' as 0x%x", File, giDebug_KTerm);
 }
 
 void Debug_Enter(char *FuncName, char *ArgTypes, ...)

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