- fixed log-to-syslog behavior

- added patch against strongswan-2.6.4
This commit is contained in:
Martin Willi
2006-04-20 07:06:39 +00:00
parent ec6582ccaa
commit 8bc96e08cb
16 changed files with 1015 additions and 15 deletions
+2 -2
View File
@@ -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
*