From d6d917b02d2eff0855446d35da278a6f701a05c5 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Fri, 25 Mar 2011 11:34:52 +0000 Subject: g_critical not a g_error --- src/sound-service-dbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index 2f7e32c..27de893 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -239,7 +239,7 @@ sound_service_dbus_update_sound_state (SoundServiceDbus* self, if (priv->connection == NULL || g_dbus_connection_is_closed (priv->connection) == TRUE){ - g_warning ("sound_service_dbus_update_sound_state - connection no good !!"); + g_critical ("sound_service_dbus_update_sound_state - connection no good !!"); return; } @@ -252,7 +252,7 @@ sound_service_dbus_update_sound_state (SoundServiceDbus* self, v_output, &error ); if (error != NULL) { - g_error("Unable to emit signal because : %s", error->message); + g_critical ("Unable to emit signal because : %s", error->message); g_error_free(error); } } -- cgit v1.2.3