[Xfce4-commits] [apps/xfdashboard] 01/01: Turn g_message into debug or warning messages

noreply at xfce.org noreply at xfce.org
Thu Feb 18 22:06:53 CET 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit a76ceae99e875375cbb1de327db27e7ae1124a44
Author: Stephan Haller <nomad at froevel.de>
Date:   Thu Feb 18 22:06:37 2016 +0100

    Turn g_message into debug or warning messages
---
 settings/plugins.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/settings/plugins.c b/settings/plugins.c
index bb93345..76e5548 100644
--- a/settings/plugins.c
+++ b/settings/plugins.c
@@ -232,13 +232,13 @@ static void _xfdashboard_settings_plugins_enabled_plugins_changed_by_widget(Xfda
 	/* Get iterator for path */
 	if(G_UNLIKELY(!gtk_tree_model_get_iter_from_string(model, &modelIter, inPath)))
 	{
-		g_message("Could not get iterator for path %s", inPath);
+		g_warning("Could not get iterator for path %s", inPath);
 		return;
 	}
 
 	if(G_UNLIKELY(!gtk_tree_model_get_iter_first(model, &pluginsIter)))
 	{
-		g_message("Could not get iterator for iterating enabled plugins");
+		g_warning("Could not get iterator for iterating enabled plugins");
 		return;
 	}
 
@@ -584,7 +584,7 @@ static void _xfdashboard_settings_plugins_populate_plugins_list(XfdashboardSetti
 			if(!handlerID)
 			{
 				pluginIsConfigurable=TRUE;
-				g_message("Plugin '%s' is configurable", pluginID);
+				g_debug("Plugin '%s' is configurable", pluginID);
 			}
 
 			/* Add to widget's list */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list