diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-11 14:48:15 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-11 14:48:15 +0000 |
commit | f38f69b82c82ef61ff6d1da748a655e08b43cf53 (patch) | |
tree | 7bde3d6287600f4d920240428751a2eb43a694ec /obj.c | |
parent | dd575394dba4f1943a5185a5f40750a4293b7203 (diff) | |
download | rsyslog-f38f69b82c82ef61ff6d1da748a655e08b43cf53.tar.gz rsyslog-f38f69b82c82ef61ff6d1da748a655e08b43cf53.tar.bz2 rsyslog-f38f69b82c82ef61ff6d1da748a655e08b43cf53.zip |
queue can now persist disk queue information on immediate shutdown
Diffstat (limited to 'obj.c')
-rw-r--r-- | obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ rsRetVal objSerializeProp(strm_t *pStrm, uchar *pszPropName, propertyType_t prop assert(pStrm != NULL); assert(pszPropName != NULL); - dbgprintf("objSerializeProp: strm %p, propName '%s', type %d, pUsr %p\n", pStrm, pszPropName, propType, pUsr); + /*dbgprintf("objSerializeProp: strm %p, propName '%s', type %d, pUsr %p\n", pStrm, pszPropName, propType, pUsr);*/ /* if we have no user pointer, there is no need to write this property. * TODO: think if that's the righ point of view * rgerhards, 2008-01-06 |