From 2db2e6fb886a7406736c8343f9cbd8d61edc5b16 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 11 Aug 2010 18:35:01 +0200 Subject: Add debug output --- libempathy/empathy-tls-certificate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libempathy/empathy-tls-certificate.c b/libempathy/empathy-tls-certificate.c index bcefb3d89..965219064 100644 --- a/libempathy/empathy-tls-certificate.c +++ b/libempathy/empathy-tls-certificate.c @@ -186,6 +186,8 @@ empathy_tls_certificate_finalize (GObject *object) { EmpathyTLSCertificatePriv *priv = GET_PRIV (object); + DEBUG ("%p", object); + g_free (priv->object_path); G_OBJECT_CLASS (empathy_tls_certificate_parent_class)->finalize (object); -- cgit v1.2.3