[maemo-commits] [maemo-commits] r18091 - projects/haf/trunk/libmatchbox2/matchbox/comp-mgr
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Apr 17 09:31:27 EEST 2009
- Previous message: [maemo-commits] r18090 - projects/haf/tags/desktop-file-utils
- Next message: [maemo-commits] r18092 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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);
- Previous message: [maemo-commits] r18090 - projects/haf/tags/desktop-file-utils
- Next message: [maemo-commits] r18092 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
