Kernel - Switched back to standards-compilant printf codes (for AcessNative)
[tpg/acess2.git] / KernelLand / Kernel / logging.c
index e0f2050..0ae993e 100644 (file)
@@ -163,7 +163,7 @@ void Log_Int_PrintMessage(tLogEntry *Entry)
                csaLevelColours[Entry->Level],
                Entry->Time
                );
-       LogF("%s [%-8s] %i - %*C",
+       LogF("%s [%-8s] %i - %.*s",
                csaLevelCodes[Entry->Level],
                Entry->Ident,
                Threads_GetTID(),

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