Disable ext2 debuging logs.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-07-06 11:20:36 -04:00
parent 69d5939542
commit 6ed5794b1e
+1 -1
View File
@@ -10,7 +10,7 @@
/// Change the header.
#define __DEBUG_HEADER__ "[EXT2 ]"
/// Set the log level.
#define __DEBUG_LEVEL__ LOGLEVEL_DEBUG
#define __DEBUG_LEVEL__ LOGLEVEL_NOTICE
#include "process/scheduler.h"
#include "process/process.h"