diff options
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } } |