mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04: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, ...)
|
||||
{
|
||||
SMARTLOCK(DebuggerLock);
|
||||
// SMARTLOCK(DebuggerLock);
|
||||
WritePrefix(Level, File, Line, Function);
|
||||
va_list args;
|
||||
va_start(args, Format);
|
||||
|
Loading…
x
Reference in New Issue
Block a user