summaryrefslogtreecommitdiffstats
path: root/obj.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-11 14:48:15 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-11 14:48:15 +0000
commitf38f69b82c82ef61ff6d1da748a655e08b43cf53 (patch)
tree7bde3d6287600f4d920240428751a2eb43a694ec /obj.c
parentdd575394dba4f1943a5185a5f40750a4293b7203 (diff)
downloadrsyslog-f38f69b82c82ef61ff6d1da748a655e08b43cf53.tar.gz
rsyslog-f38f69b82c82ef61ff6d1da748a655e08b43cf53.tar.xz
rsyslog-f38f69b82c82ef61ff6d1da748a655e08b43cf53.zip
queue can now persist disk queue information on immediate shutdown
Diffstat (limited to 'obj.c')
-rw-r--r--obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj.c b/obj.c
index c51dfbe9..5f5adc8c 100644
--- a/obj.c
+++ b/obj.c
@@ -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