[gnome-builder] egg-widget-action-group: use g_debug instead of g_print
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] egg-widget-action-group: use g_debug instead of g_print
- Date: Sat, 5 Mar 2016 12:12:38 +0000 (UTC)
commit 09f0daf6566bb9f0c9691a69965fd0cc925cd8f9
Author: Sebastien Lafargue <slafargue gnome org>
Date: Sat Mar 5 13:11:32 2016 +0100
egg-widget-action-group: use g_debug instead of g_print
contrib/egg/egg-widget-action-group.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/contrib/egg/egg-widget-action-group.c b/contrib/egg/egg-widget-action-group.c
index 6ada3d1..0ee6eb6 100644
--- a/contrib/egg/egg-widget-action-group.c
+++ b/contrib/egg/egg-widget-action-group.c
@@ -156,7 +156,7 @@ egg_widget_action_group_activate (GSimpleAction *action,
}
if (params)
- g_print ("Activating %s with %s\n", query->signal_name, g_variant_print (params, TRUE));
+ g_debug ("Activating %s with %s\n", query->signal_name, g_variant_print (params, TRUE));
if (params == NULL && query->n_params != 0)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]