summaryrefslogtreecommitdiff
path: root/kernel/log.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-22 15:16:26 +0200
committerMiguel <m.i@gmx.at>2018-08-22 15:16:26 +0200
commitd57a38d7fa9501a5ec17f75a1efaef9d62df5bef (patch)
tree508eb0131ba6d241f69483e3b7a9d556f786643f /kernel/log.c
parenteddfc270d887283674563530b9fd982a2692f8c3 (diff)
improving logging
Diffstat (limited to 'kernel/log.c')
-rw-r--r--kernel/log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/log.c b/kernel/log.c
index ff1b8bf..a14205a 100644
--- a/kernel/log.c
+++ b/kernel/log.c
@@ -24,8 +24,6 @@ void log(char *module_name, int log_level, char *format_string, ...)
return;
#endif
- if(log_level<FOOLOS_LOG_LEVEL)return;
-
char buf_info[256];
char buf_log[256];
char buf_time[20];