mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Do not log the debugger output
This commit is contained in:
parent
4ca5db1fee
commit
94dfeb7fd5
@ -57,7 +57,7 @@ namespace SysDbg
|
|||||||
|
|
||||||
void WriteLine(DebugLevel Level, const char *File, int Line, const char *Function, const char *Format, ...)
|
void WriteLine(DebugLevel Level, const char *File, int Line, const char *Function, const char *Format, ...)
|
||||||
{
|
{
|
||||||
SMARTLOCK(DebuggerLock);
|
// SMARTLOCK(DebuggerLock);
|
||||||
WritePrefix(Level, File, Line, Function);
|
WritePrefix(Level, File, Line, Function);
|
||||||
va_list args;
|
va_list args;
|
||||||
va_start(args, Format);
|
va_start(args, Format);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user