diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-03 21:57:43 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-03 21:57:43 +0000 |
commit | e2a152628f20271f5373702ad88fda483e0403ca (patch) | |
tree | 46b0c52ee94045ec0b5c0e62bb2c08fbd001f212 /src/sound-service-dbus.c | |
parent | 259f58ec21be89f22f478243f4c8acf9a44231f9 (diff) | |
download | ayatana-indicator-sound-e2a152628f20271f5373702ad88fda483e0403ca.tar.gz ayatana-indicator-sound-e2a152628f20271f5373702ad88fda483e0403ca.tar.bz2 ayatana-indicator-sound-e2a152628f20271f5373702ad88fda483e0403ca.zip |
debug trace was incorrect
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 952a2d3..72337fd 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -48,7 +48,7 @@ struct _SoundServiceDbusPrivate /* Signals */ enum { - SINK_INPUT_WHILE_MUTED, + SINK_INPUT_WHILE_MUTED, SINK_VOLUME_UPDATE, SINK_MUTE_UPDATE, LAST_SIGNAL @@ -121,7 +121,7 @@ sound_service_dbus_init (SoundServiceDbus *self) priv->connection = dbus_g_bus_get(DBUS_BUS_SESSION, &error); if (error != NULL) { - g_error("Unable to connect to the session bus when creating application indicator: %s", error->message); + g_error("sound-service-dbus:Unable to connect to the session bus when creating indicator sound service : %s", error->message); g_error_free(error); return; } |