diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) " |