From 1d4e39616d3f606f02b3fde315fa55d08512669a Mon Sep 17 00:00:00 2001 From: Anoop Saldanha Date: Tue, 28 Dec 2010 00:47:15 +0530 Subject: [PATCH 3/3] increase log buffer to 1280 from 1024 --- src/util-debug.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/util-debug.h b/src/util-debug.h index c3ec3e0..62131d5 100644 --- a/src/util-debug.h +++ b/src/util-debug.h @@ -74,7 +74,7 @@ typedef enum { #define SC_LOG_DEF_LOG_FORMAT "[%i] %t - (%f:%l) <%d> (%n) -- " /* The maximum length of the log message */ -#define SC_LOG_MAX_LOG_MSG_LEN 1024 +#define SC_LOG_MAX_LOG_MSG_LEN 1280 /* The maximum length of the log format */ #define SC_LOG_MAX_LOG_FORMAT_LEN 128 -- 1.7.1