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 /msg.c | |
parent | 16eba18af23dad76e717ae9fde5dfea31ce6f2aa (diff) | |
download | rsyslog-ec27ea55f38d78fd97c80f8554870693a96be332.tar.gz rsyslog-ec27ea55f38d78fd97c80f8554870693a96be332.tar.xz rsyslog-ec27ea55f38d78fd97c80f8554870693a96be332.zip |
begin disk assisted queue memory queue modes (not fully implemented yet)
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -394,9 +394,7 @@ static rsRetVal MsgSerialize(msg_t *pThis, strm_t *pStrm) assert(pThis != NULL); assert(pStrm != NULL); -dbgprintf("MsgSerialize\n"); CHKiRet(objBeginSerialize(pStrm, (obj_t*) pThis)); -dbgprintf("post MsgSerialize\n"); objSerializeSCALAR(pStrm, iProtocolVersion, SHORT); objSerializeSCALAR(pStrm, iSeverity, SHORT); objSerializeSCALAR(pStrm, iFacility, SHORT); |