summaryrefslogtreecommitdiff
path: root/kernel/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/log.c')
-rw-r--r--kernel/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/log.c b/kernel/log.c
index 179f9a8..0e9adf1 100644
--- a/kernel/log.c
+++ b/kernel/log.c
@@ -51,7 +51,7 @@ void log(char *module_name, int prio, char *format_string, ...)
tfp_sprintf(buf_log,"\033[36;40m%s\033[33;40mCPU %02d:\033[31;40m%s:\033[37;40m %s\n",buf_time,cpu,module_name,buf_info);
// tfp_sprintf(buf_log,"%sCPU %02d:%s: %s\n",buf_time,cpu,module_name,buf_info);
- spinlock_spin(SPINLOCK_LOG);
+// spinlock_spin(SPINLOCK_LOG);
log_string(buf_log);
- spinlock_release(SPINLOCK_LOG);
+// spinlock_release(SPINLOCK_LOG);
}