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 4b7003179..421dbd16a 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -66,7 +66,7 @@ /** * Output of log, use NULL for syslog */ -#define LOG_OUTPUT stdout +#define LOG_OUTPUT NULL /** * @brief Default loglevel for every logger context. |