diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-20 07:06:39 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-20 07:06:39 +0000 |
commit | 8bc96e08cb0c613edc35bcc6c3e8028b4db9e0aa (patch) | |
tree | 01f156479d22c765f0d99df0a5c4a07bcfe2c3f5 /Source/lib/utils/logger_manager.h | |
parent | ec6582ccaa59e38cb83650c7c6b8312dc9768e87 (diff) | |
download | strongswan-8bc96e08cb0c613edc35bcc6c3e8028b4db9e0aa.tar.bz2 strongswan-8bc96e08cb0c613edc35bcc6c3e8028b4db9e0aa.tar.xz |
- fixed log-to-syslog behavior
- added patch against strongswan-2.6.4
Diffstat (limited to 'Source/lib/utils/logger_manager.h')
-rw-r--r-- | Source/lib/utils/logger_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/lib/utils/logger_manager.h b/Source/lib/utils/logger_manager.h index 24806b80f..074dd744a 100644 --- a/Source/lib/utils/logger_manager.h +++ b/Source/lib/utils/logger_manager.h @@ -27,7 +27,7 @@ #include <utils/logger.h> -#define INITIAL_LOG_OUTPUT stderr +#define INITIAL_LOG_OUTPUT stdout typedef enum logger_context_t logger_context_t; @@ -77,7 +77,7 @@ typedef struct logger_manager_t logger_manager_t; * library start and destroyed at exit. * * @b Constructors: - * - none, logger_manager is an instance + * - none, logger_manager is the single instance * * @see logger_t * |