summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-08 16:43:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-08 16:43:09 +0200
commit4c14bfdc2311b04786d585912795bc08e2498d3b (patch)
tree016cea3e134a3f973c70635ff118ac6499f66c0f /runtime
parent5625dbd1b6cddb8b84d8a3d8c60f95eaaa49be66 (diff)
parent17e24eae733a0bce0eda65947e7559a05c91fc9c (diff)
downloadrsyslog-4c14bfdc2311b04786d585912795bc08e2498d3b.tar.gz
rsyslog-4c14bfdc2311b04786d585912795bc08e2498d3b.tar.xz
rsyslog-4c14bfdc2311b04786d585912795bc08e2498d3b.zip
Merge branch 'v4-beta' into beta
Diffstat (limited to 'runtime')
-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;