diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-26 15:00:30 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-10-26 15:00:30 +0000 |
| commit | d05b3963381a4cd0329bced938d79a23bb392658 (patch) | |
| tree | 0033b18d74eb24b497d7e258b85e7c7093541d2b /src/include | |
| parent | 3dd236a9d8ff1fa0a754b359ceda12e85a123fff (diff) | |
| download | tipidee-d05b3963381a4cd0329bced938d79a23bb392658.tar.gz | |
Some more fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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) |
