From d7ba9ad0331fdc53b900e09e73e05c3230eb6763 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 May 2010 12:20:56 +0100 Subject: [PATCH 1/1] longer log messages --- backends/innduct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/innduct.c b/backends/innduct.c index 853a25c..af192db 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -564,7 +564,7 @@ static void logv(int sysloglevel, const char *pfx, int errnoval, const char *fmt, va_list al) PRINTF(5,0); static void logv(int sysloglevel, const char *pfx, int errnoval, const char *fmt, va_list al) { - char msgbuf[256]; /* NB do not call xvasprintf here or you'll recurse */ + char msgbuf[1024]; /* NB do not call xvasprintf here or you'll recurse */ vsnprintf(msgbuf,sizeof(msgbuf), fmt,al); msgbuf[sizeof(msgbuf)-1]= 0; -- 2.30.2