aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/logger_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/utils/logger_manager.c')
-rw-r--r--Source/charon/utils/logger_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/utils/logger_manager.c b/Source/charon/utils/logger_manager.c
index 22c1059f0..26635d9ef 100644
--- a/Source/charon/utils/logger_manager.c
+++ b/Source/charon/utils/logger_manager.c
@@ -29,7 +29,7 @@
/**
* Maximum length of a logger name
*/
-#define MAX_LOGGER_NAME 30
+#define MAX_LOGGER_NAME 45
typedef struct private_logger_manager_s private_logger_manager_t;
struct private_logger_manager_s {