aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-06 21:14:15 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-06 21:14:15 +0100
commit03142793ea7975e1e915cad125d19c37de508b27 (patch)
tree602a8d0a8ae43c8e71ee284c0b009a8e0b077290 /src
parent066b6a521cbda456ffb8f25ff01e1dd7d127fdd2 (diff)
downloadayatana-indicator-sound-03142793ea7975e1e915cad125d19c37de508b27.tar.gz
ayatana-indicator-sound-03142793ea7975e1e915cad125d19c37de508b27.tar.bz2
ayatana-indicator-sound-03142793ea7975e1e915cad125d19c37de508b27.zip
highlighted odd playback status issue
Diffstat (limited to 'src')
-rw-r--r--src/mpris2-controller.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpris2-controller.vala b/src/mpris2-controller.vala
index dd6a312..cf5a39e 100644
--- a/src/mpris2-controller.vala
+++ b/src/mpris2-controller.vala
@@ -96,7 +96,7 @@ public class Mpris2Controller : GLib.Object
public void property_changed_cb(string interface_source, HashTable<string, Value?> changed_properties, string[] invalid )
{
- debug("properties-changed for interface %s", interface_source);
+ debug("properties-changed for interface %s and owner %s", interface_source, this.owner.name.down());
if(changed_properties == null || interface_source.has_prefix(this.root_interface) == false){
warning("Property-changed hash is null or this is an interface that concerns us");
return;