[Telepathy-commits] [telepathy-gabble/master] connection: use DEBUG instead of g_debug

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Aug 19 10:54:20 PDT 2008


20080804082403-7fe3f-6e167e7a0943912f89662b288432c77a31613d51.gz
---
 src/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index c60cce3..d024494 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1457,7 +1457,7 @@ connection_iq_disco_cb (LmMessageHandler *handler,
 
   features = capabilities_get_features (self->self_presence->caps);
 
-  g_debug ("%s: caps now %u", G_STRFUNC, self->self_presence->caps);
+  DEBUG ("caps now %u", self->self_presence->caps);
 
   /* If node is not NULL, it can be either a caps bundle as defined in the
    * legacy XEP-0115 version 1.3 or an hash as defined in XEP-0115 version
-- 
1.5.6.3




More information about the Telepathy-commits mailing list