r6865 - dumbhippo/trunk/client/common/ddm



Author: hp
Date: 2007-11-02 12:58:34 -0500 (Fri, 02 Nov 2007)
New Revision: 6865

Modified:
   dumbhippo/trunk/client/common/ddm/ddm-data-resource.c
Log:
remove annoyingly verbose message that also leaked memory

Modified: dumbhippo/trunk/client/common/ddm/ddm-data-resource.c
===================================================================
--- dumbhippo/trunk/client/common/ddm/ddm-data-resource.c	2007-11-01 23:17:41 UTC (rev 6864)
+++ dumbhippo/trunk/client/common/ddm/ddm-data-resource.c	2007-11-02 17:58:34 UTC (rev 6865)
@@ -824,7 +824,7 @@
     GSList *l;
     gboolean changed;
 
-#if 1
+#if 0
     g_debug("updating resource '%s' property %s update %d new value %s",
             resource->resource_id, property_id->name, update,
             value ? ddm_data_value_to_string(value) : "NULL" ); /* leak! FIXME remove from production */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]