summaryrefslogtreecommitdiffstats
path: root/runtime/debug.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-09 15:44:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-09 15:44:39 +0200
commitfccb97d4dcb905293b9b704b7647f59b95b1d1ae (patch)
tree74dcad682834592e43fe918d649b81c1893fb7de /runtime/debug.c
parentd85efd07e006d4d9031019aa9ac9757d303a8b36 (diff)
parent98d1ed504ec001728955a5bcd7916f64cd85f39f (diff)
downloadrsyslog-fccb97d4dcb905293b9b704b7647f59b95b1d1ae.tar.gz
rsyslog-fccb97d4dcb905293b9b704b7647f59b95b1d1ae.tar.bz2
rsyslog-fccb97d4dcb905293b9b704b7647f59b95b1d1ae.zip
Merge branch 'beta'
Diffstat (limited to 'runtime/debug.c')
-rw-r--r--runtime/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debug.c b/runtime/debug.c
index fb751efb..959d56a3 100644
--- a/runtime/debug.c
+++ b/runtime/debug.c
@@ -840,7 +840,7 @@ do_dbgprint(uchar *pszObjName, char *pszMsg, size_t lenMsg)
static pthread_t ptLastThrdID = 0;
static int bWasNL = 0;
char pszThrdName[64]; /* 64 is to be on the safe side, anything over 20 is bad... */
- char pszWriteBuf[1024];
+ char pszWriteBuf[32*1024];
size_t lenWriteBuf;
struct timespec t;