From f38f69b82c82ef61ff6d1da748a655e08b43cf53 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 11 Jan 2008 14:48:15 +0000 Subject: queue can now persist disk queue information on immediate shutdown --- obj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obj.c') 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 -- cgit