summaryrefslogtreecommitdiffstats
path: root/runtime/debug.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-08 16:42:44 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-08 16:42:44 +0200
commited2cd2806e0cf00990c73f184698bf683ee10cc2 (patch)
tree2a8077a3e609e76d89bf0e9cd23b19c03d50fd69 /runtime/debug.c
parentc897ac6e6de3b430911cad71e7453d8b4b3c57bc (diff)
parent17e24eae733a0bce0eda65947e7559a05c91fc9c (diff)
downloadrsyslog-ed2cd2806e0cf00990c73f184698bf683ee10cc2.tar.gz
rsyslog-ed2cd2806e0cf00990c73f184698bf683ee10cc2.tar.bz2
rsyslog-ed2cd2806e0cf00990c73f184698bf683ee10cc2.zip
Merge branch 'v4-beta' into v4-devel
Conflicts: tools/omfile.c
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 807fd3f7..1b592ef3 100644
--- a/runtime/debug.c
+++ b/runtime/debug.c
@@ -841,7 +841,7 @@ dbgprint(obj_t *pObj, 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;
uchar *pszObjName = NULL;