aboutsummaryrefslogtreecommitdiff
path: root/src/media-player-user.vala
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-02-28 15:43:52 -0600
committerTed Gould <ted@gould.cx>2014-02-28 15:43:52 -0600
commit3847d2c622e3cd838bd485403c1c4378aa57a637 (patch)
treed3c198cc6a11da2aa0c92cc13eed72d4e91993b8 /src/media-player-user.vala
parent8dea058491a3ca351853df4e85f6c69a4d788944 (diff)
downloadayatana-indicator-sound-3847d2c622e3cd838bd485403c1c4378aa57a637.tar.gz
ayatana-indicator-sound-3847d2c622e3cd838bd485403c1c4378aa57a637.tar.bz2
ayatana-indicator-sound-3847d2c622e3cd838bd485403c1c4378aa57a637.zip
Debug message on property change
Diffstat (limited to 'src/media-player-user.vala')
-rw-r--r--src/media-player-user.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/media-player-user.vala b/src/media-player-user.vala
index 3a3feaf..28ec5ae 100644
--- a/src/media-player-user.vala
+++ b/src/media-player-user.vala
@@ -60,6 +60,7 @@ public class MediaPlayerUser : MediaPlayer {
properties_timeout = 0;
properties_queued.@foreach((key, value) => {
+ debug("Notifying '%s' changed", key);
this.notify_property(key);
});