[maemo-commits] [maemo-commits] r18091 - projects/haf/trunk/libmatchbox2/matchbox/comp-mgr

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Apr 17 09:31:27 EEST 2009
Author: kihamala
Date: 2009-04-17 09:31:24 +0300 (Fri, 17 Apr 2009)
New Revision: 18091

Modified:
   projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
Log:
downgrade frequent g_warning to g_debug


Modified: projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-04-17 05:39:04 UTC (rev 18090)
+++ projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-04-17 06:31:24 UTC (rev 18091)
@@ -342,8 +342,8 @@
       XDamageDestroy (wm->xdpy, cclient->priv->window_damage);
       XSync (wm->xdpy, False);
       if ((err = mb_wm_util_untrap_x_errors()) != 0)
-        g_warning("XDamageDestroy(0x%lx) for %p: %d",
-                  cclient->priv->window_damage, c, err);
+        g_debug ("XDamageDestroy(0x%lx) for %p: %d",
+                 cclient->priv->window_damage, c, err);
     }
 
   free (cclient->priv);


More information about the maemo-commits mailing list