diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-06 21:14:15 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-06 21:14:15 +0100 |
commit | 03142793ea7975e1e915cad125d19c37de508b27 (patch) | |
tree | 602a8d0a8ae43c8e71ee284c0b009a8e0b077290 /src/mpris2-controller.vala | |
parent | 066b6a521cbda456ffb8f25ff01e1dd7d127fdd2 (diff) | |
download | ayatana-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/mpris2-controller.vala')
-rw-r--r-- | src/mpris2-controller.vala | 2 |
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; |