From e1055b6a11adaaceaed94e0f3aee20fc07fdfc3e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 29 Oct 2012 17:44:35 +0100 Subject: testbench: complex1.sh testcase failed on slower machines ... due to too small timeout for enqueue processing --> messages got lost --- runtime/stream.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/stream.c') 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)); -- cgit v1.2.3