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

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


20080804082504-7fe3f-5982ccd671e1b7b2bd1a6392332dead2b1778e57.gz
---
 src/muc-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/muc-channel.c b/src/muc-channel.c
index 2f1ba75..4b40cdc 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -2169,7 +2169,7 @@ _gabble_muc_channel_handle_subject (GabbleMucChannel *chan,
       return;
     }
 
-  g_debug ("%s: updating new property value for subject", G_STRFUNC);
+  DEBUG ("updating new property value for subject");
 
   changed_values = tp_intset_sized_new (NUM_ROOM_PROPS);
   changed_flags = tp_intset_sized_new (NUM_ROOM_PROPS);
-- 
1.5.6.3




More information about the Telepathy-commits mailing list