summaryrefslogtreecommitdiffstats
path: root/runtime/stream.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-29 17:44:35 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-29 17:44:35 +0100
commite1055b6a11adaaceaed94e0f3aee20fc07fdfc3e (patch)
tree4748790ed79688df2b4dc08010f5b78db6e9c26a /runtime/stream.c
parentc7a4fbcc0ad6819377c50b73a3a83822d2fe43aa (diff)
downloadrsyslog-e1055b6a11adaaceaed94e0f3aee20fc07fdfc3e.tar.gz
rsyslog-e1055b6a11adaaceaed94e0f3aee20fc07fdfc3e.tar.bz2
rsyslog-e1055b6a11adaaceaed94e0f3aee20fc07fdfc3e.zip
testbench: complex1.sh testcase failed on slower machines
... due to too small timeout for enqueue processing --> messages got lost
Diffstat (limited to 'runtime/stream.c')
-rw-r--r--runtime/stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/stream.c b/runtime/stream.c
index 742799d2..906a45fc 100644
--- a/runtime/stream.c
+++ b/runtime/stream.c
@@ -1128,6 +1128,7 @@ strmPhysWrite(strm_t *pThis, uchar *pBuf, size_t lenBuf)
DEFiRet;
ISOBJ_TYPE_assert(pThis, strm);
+ DBGPRINTF("strmPhysWrite, stream %p, len %d\n", pThis, (int) lenBuf);
if(pThis->fd == -1)
CHKiRet(strmOpenFile(pThis));