[Xfce4-commits] <xfce4-panel:devel> Don't print initial debug message.

Nick Schermer noreply at xfce.org
Mon Feb 1 16:32:01 CET 2010


Updating branch refs/heads/devel
         to 603575a50a732c3507f20fc1278928b6b7bd21de (commit)
       from 34199005a7ed4745dcf3b7ad064bd922cd16ea10 (commit)

commit 603575a50a732c3507f20fc1278928b6b7bd21de
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Feb 1 15:44:43 2010 +0100

    Don't print initial debug message.

 common/panel-debug.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/common/panel-debug.c b/common/panel-debug.c
index 857bb72..307d4f6 100644
--- a/common/panel-debug.c
+++ b/common/panel-debug.c
@@ -66,17 +66,11 @@ panel_debug (const gchar *domain,
       else if (strcmp (value, "1") == 0)
         {
           level = DEBUG_LEVEL_ALL_DOMAINS;
-
-          g_printerr (PACKAGE_NAME "(debug): showing all domains\n");
         }
       else
         {
           level = DEBUG_LEVEL_FILTER_DOMAINS;
           domains = g_strsplit (value, ":", -1);
-
-          string = g_strjoinv (", ", domains);
-          g_printerr (PACKAGE_NAME "(debug): filter domains (%s)\n", string);
-          g_free (string);
         }
 
       g_once_init_leave (&level__volatile, level);



More information about the Xfce4-commits mailing list