diff options
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index ea96e6a..2f7e32c 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -252,9 +252,8 @@ sound_service_dbus_update_sound_state (SoundServiceDbus* self, v_output, &error ); if (error != NULL) { - g_error("Unable to emit signal 'sinkinputwhilemuted' because : %s", error->message); + g_error("Unable to emit signal because : %s", error->message); g_error_free(error); - return; } } |