diff options
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 0b474eab6..8d466dc76 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -79,7 +79,7 @@ * This is the maximum allowed level for ever context, the definiton * of the context may be less verbose. */ -#define DEFAULT_LOGLEVEL CONTROL | ERROR | AUDIT | FULL +#define DEFAULT_LOGLEVEL CONTROL | ERROR | AUDIT typedef struct daemon_t daemon_t; |