empathy r1073 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1073 - trunk/libempathy
- Date: Thu,  1 May 2008 23:02:50 +0100 (BST)
Author: xclaesse
Date: Thu May  1 22:02:50 2008
New Revision: 1073
URL: http://svn.gnome.org/viewvc/empathy?rev=1073&view=rev
Log:
Remove useless g_print and enable tp-glib debug messages.
Modified:
   trunk/libempathy/empathy-debug.c
Modified: trunk/libempathy/empathy-debug.c
==============================================================================
--- trunk/libempathy/empathy-debug.c	(original)
+++ trunk/libempathy/empathy-debug.c	Thu May  1 22:02:50 2008
@@ -52,7 +52,6 @@
 debug_set_flags (EmpathyDebugFlags new_flags)
 {
   flags |= new_flags;
-  g_print ("%d\n", flags);
 }
 
 void
@@ -61,8 +60,8 @@
   guint nkeys;
 
   for (nkeys = 0; keys[nkeys].value; nkeys++);
-g_print ("%s %d\n", flags_string, nkeys);
-  //tp_debug_set_flags (flags_string);
+
+  tp_debug_set_flags (flags_string);
 
   if (flags_string)
       debug_set_flags (g_parse_debug_string (flags_string, keys, nkeys));
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]