Bit of debug cleanup, fixing bugs found on GrUB2
[tpg/acess2.git] / Kernel / logging.c
index 6ba68bf..1895b5b 100644 (file)
@@ -124,7 +124,7 @@ void Log_AddEvent(char *Ident, int Level, char *Format, va_list Args)
 void Log_Int_PrintMessage(tLogEntry *Entry)
 {
        //LOCK( &glLogOutput );
-       LogF("%s%014lli%s [%+8s] %s\x1B[0m\n",
+       LogF("%s%014lli%s [%+8s] %s\x1B[0m\r\n",
                csaLevelColours[Entry->Level],
                Entry->Time,
                csaLevelCodes[Entry->Level],

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