From bb7c2ef720618e4c7707013f732ef14ba751908c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 15 Jan 2008 16:17:51 +0000 Subject: changed startup of disk assisted mode to allow for higher concurrency, most importantly allow the input to continue enqueue msgs while the disk queue is initialized. This may help somewhat with UDP and other lossy sources --- stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream.c') diff --git a/stream.c b/stream.c index 8ff66217..27fc8a41 100644 --- a/stream.c +++ b/stream.c @@ -389,7 +389,7 @@ static rsRetVal strmWriteInternal(strm_t *pThis, uchar *pBuf, size_t lenBuf) iWritten = write(pThis->fd, pBuf, lenBuf); dbgprintf("Stream 0x%lx: file %d write wrote %d bytes, errno: %d\n", (unsigned long) pThis, - iWritten, pThis->fd, errno); + pThis->fd, iWritten, errno); /* TODO: handle error case -- rgerhards, 2008-01-07 */ /* Now indicate buffer empty again. We do this in any case, because there -- cgit v1.2.3