From 692886962aec6022d4fab9cdbd9867f2acd7f75c Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 30 Apr 2008 21:44:38 +0000 Subject: Make use of tp-glib debug system. svn path=/trunk/; revision=1066 --- libempathy/empathy-contact.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libempathy/empathy-contact.c') diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 87e7c62be..639cd9388 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -33,10 +33,10 @@ #include "empathy-contact.h" #include "empathy-utils.h" -#include "empathy-debug.h" #include "empathy-enum-types.h" -#define DEBUG_DOMAIN "Contact" +#define DEBUG_FLAG EMPATHY_DEBUG_CONTACT +#include "empathy-debug.h" #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EMPATHY_TYPE_CONTACT, EmpathyContactPriv)) @@ -195,7 +195,7 @@ contact_finalize (GObject *object) priv = GET_PRIV (object); - empathy_debug (DEBUG_DOMAIN, "finalize: %p", object); + DEBUG ("finalize: %p", object); g_free (priv->name); g_free (priv->id); -- cgit v1.2.3