Kernel - Fixed stupid bug in utf-8 code (mirrored in userland)
[tpg/acess2.git] / KernelLand / Kernel / threads.c
index a21db4a..2f76b78 100644 (file)
@@ -835,7 +835,7 @@ int Threads_Wake(tThread *Thread)
                return -ENOTIMPL;
        
        default:
-               Warning("Threads_Wake - Unknown process status (%i)\n", Thread->Status);
+               Log_Warning("Threads", "Threads_Wake - Unknown process status (%i)", Thread->Status);
                return -EINTERNAL;
        }
 }

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