From 997f89bae00ec896c87a8a3877d2d16fc0175f99 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 6 Oct 2014 15:26:40 -0500 Subject: make a debugging message go through g_debug() instead of g_message() --- src/exporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exporter.cpp b/src/exporter.cpp index f45d9d6..8b2a72a 100644 --- a/src/exporter.cpp +++ b/src/exporter.cpp @@ -141,7 +141,7 @@ private: profile->header().changed().connect([action_group,action_name](const Header& header){ auto state = create_header_state(header); auto tmp = g_variant_print(state, true); - g_message("header changed; updating action state to '%s'", tmp); + g_debug("header changed; updating action state to '%s'", tmp); g_action_group_change_action_state(G_ACTION_GROUP(action_group), action_name.c_str(), create_header_state(header)); -- cgit v1.2.3