diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tipidee/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tipidee/log.h b/src/include/tipidee/log.h index bf3b812..0904ca4 100644 --- a/src/include/tipidee/log.h +++ b/src/include/tipidee/log.h @@ -22,7 +22,7 @@ #define TIPIDEE_LOG_CLIENTIP 0x0080 #define TIPIDEE_LOG_CLIENTHOST 0x0100 #define TIPIDEE_LOG_HOSTASPREFIX 0x0200 -#define TIPIDEE_LOG_DEBUG 0x0400 +#define TIPIDEE_LOG_DEBUG 0x8000 #define TIPIDEE_LOG_DEFAULT (TIPIDEE_LOG_REQUEST | TIPIDEE_LOG_ANSWER | TIPIDEE_LOG_SIZE) |
