aboutsummaryrefslogtreecommitdiff
path: root/src/std/log.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-03-26 20:54:54 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commitfe9971d379766a4f7d4576495caff9ffaa80cfef (patch)
tree5a90d0f96dd5837bb6b50959e0a64df82203e748 /src/std/log.c
parentc207014f81fe742675c6e869b59d09e916c69fc6 (diff)
Synchronize funccall generate. Uses correct func index now
Diffstat (limited to 'src/std/log.c')
-rw-r--r--src/std/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/std/log.c b/src/std/log.c
index 2059445..a03e62f 100644
--- a/src/std/log.c
+++ b/src/std/log.c
@@ -4,7 +4,7 @@
#include <stdio.h>
#include <stdarg.h>
-/*#define LOG_DEBUG*/
+#define LOG_DEBUG
static amal_mutex mutex;
static bool mutex_initialized = bool_false;