diff options
Diffstat (limited to 'src/std')
-rw-r--r-- | src/std/log.c | 2 |
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; |