summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 0444ed6..ca9266d 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,6 +1,6 @@
#include "../include/al/log.h"
-#define AL_LOG_SKIP 1
+#define AL_LOG_SKIP 0
#define AL_LOG_MESSAGE_SIZE 511
#define AL_LOG_TEMPLATE "%s:%d %s(): %s -> (%s) "