[empathy: 17/65] Add debug output



commit 2db2e6fb886a7406736c8343f9cbd8d61edc5b16
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Aug 11 18:35:01 2010 +0200

    Add debug output

 libempathy/empathy-tls-certificate.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-tls-certificate.c b/libempathy/empathy-tls-certificate.c
index bcefb3d..9652190 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);



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