diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-14 17:53:35 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-14 17:53:35 +0000 |
commit | ec27ea55f38d78fd97c80f8554870693a96be332 (patch) | |
tree | f1b13978cda52a0353d13fd3b4ac304407a659ba /stream.c | |
parent | 16eba18af23dad76e717ae9fde5dfea31ce6f2aa (diff) | |
download | rsyslog-ec27ea55f38d78fd97c80f8554870693a96be332.tar.gz rsyslog-ec27ea55f38d78fd97c80f8554870693a96be332.tar.bz2 rsyslog-ec27ea55f38d78fd97c80f8554870693a96be332.zip |
begin disk assisted queue memory queue modes (not fully implemented yet)
Diffstat (limited to 'stream.c')
-rw-r--r-- | stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -71,7 +71,6 @@ static rsRetVal strmOpenFile(strm_t *pThis) if(pThis->fd != -1) ABORT_FINALIZE(RS_RET_OK); -dbgprintf("strmOpenFile actual open %p, iFileNumDigits: %d\n", pThis, pThis->iFileNumDigits); if(pThis->pszFName == NULL) ABORT_FINALIZE(RS_RET_FILE_PREFIX_MISSING); |