[maemo-commits] [maemo-commits] r18186 - projects/haf/trunk/libmatchbox2/matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Apr 28 13:09:21 EEST 2009
- Previous message: [maemo-commits] r18185 - projects/haf/trunk/hildon-thumbnail/daemon
- Next message: [maemo-commits] r18187 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala
Date: 2009-04-28 13:09:14 +0300 (Tue, 28 Apr 2009)
New Revision: 18186
Modified:
projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-main-context.c
Log:
demote harmless g_warning to g_debug
Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-main-context.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-main-context.c 2009-04-28 08:48:47 UTC (rev 18185)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-main-context.c 2009-04-28 10:09:14 UTC (rev 18186)
@@ -189,8 +189,8 @@
* handler in the chain!
*/
if (next)
- g_warning ("Handler %p asked us to stop. But we won't.",
- i->func);
+ g_debug ("Handler %p asked us to stop. But we won't.",
+ i->func);
}
}
- Previous message: [maemo-commits] r18185 - projects/haf/trunk/hildon-thumbnail/daemon
- Next message: [maemo-commits] r18187 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
