From 6f84dc52eae0eea3417ecc0ecfabc9d675f6a355 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 22 Oct 2014 21:52:44 +0200 Subject: do not show the kernel log at all. --- lib/logger/log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/logger/log.c b/lib/logger/log.c index 6d107f8..93245bd 100644 --- a/lib/logger/log.c +++ b/lib/logger/log.c @@ -17,6 +17,7 @@ void PutConsole(char *str, int color); void log(char *module_name, int log_level, char *format_string, ...) { + return; if(log_level