summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-19 21:14:01 +0200
committerMiguel <m.i@gmx.at>2018-08-19 21:14:01 +0200
commit7dbbfea6ad0a458e1b1e2685a5dc947e0c43fdbf (patch)
tree041d71e8d331ec557c0c296602f3f228d0a91c77 /lib
parent5055dc85c8a74fcd2ec24fbc51eba2a2da68debe (diff)
x86.s working
Diffstat (limited to 'lib')
-rw-r--r--lib/logger/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger/log.c b/lib/logger/log.c
index d76174b..a5925e9 100644
--- a/lib/logger/log.c
+++ b/lib/logger/log.c
@@ -12,7 +12,7 @@
static void log_string(char *str)
{
- if(get_max_fd()>=2) syscall_write(2,str,strlen(str));
+// if(get_max_fd()>=2) syscall_write(2,str,strlen(str));
while(*str!=0)
{