[maemo-commits] [maemo-commits] r17395 - projects/haf/trunk/libmatchbox2/matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Feb 11 09:39:14 EET 2009
- Previous message: [maemo-commits] r17394 - projects/haf/trunk/libmatchbox2/debian
 - Next message: [maemo-commits] r17397 - projects/connectivity
 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
Author: kihamala
Date: 2009-02-11 09:39:13 +0200 (Wed, 11 Feb 2009)
New Revision: 17395
Modified:
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-stack.c
Log:
use g_debug instead of g_warning to print the stack dump
Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-stack.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-stack.c	2009-02-11 07:30:09 UTC (rev 17394)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-stack.c	2009-02-11 07:39:13 UTC (rev 17395)
@@ -41,7 +41,7 @@
   MBWindowManagerClient *client;
   MBWMStackLayerType     stacking_layer;
 
-  g_warning ("\n==== window stack =====\n");
+  g_debug ("\n==== window stack =====\n");
   if (why)
     {
       va_list printf_args;
@@ -71,7 +71,7 @@
 
       stacking_layer = mb_wm_client_get_stacking_layer (client);
 
-      g_warning ("%s XID: %lx NAME: %s, type %d, layer %d\n",
+      g_debug ("%s XID: %lx NAME: %s, type %d, layer %d\n",
 	      prefix,
 	      MB_WM_CLIENT_XWIN(client),
 	      client->window->name ? client->window->name : "unknown",
@@ -79,7 +79,7 @@
 	      stacking_layer);
     }
 
-  g_warning ("======================\n\n");
+  g_debug ("======================\n\n");
 }
 
 void
    - Previous message: [maemo-commits] r17394 - projects/haf/trunk/libmatchbox2/debian
 - Next message: [maemo-commits] r17397 - projects/connectivity
 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
