diff options
author | Ted Gould <ted@gould.cx> | 2014-03-02 21:38:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-03-02 21:38:36 -0600 |
commit | a78e8bd5d95b4da3d6ae70d4fd280f61adee6fef (patch) | |
tree | aa339b4a459fc1be51801675f7b80c210b73a311 /src/sound-menu.vala | |
parent | c046c8f4bf047668341745a0d573a2b9ce4f1964 (diff) | |
download | ayatana-indicator-sound-a78e8bd5d95b4da3d6ae70d4fd280f61adee6fef.tar.gz ayatana-indicator-sound-a78e8bd5d95b4da3d6ae70d4fd280f61adee6fef.tar.bz2 ayatana-indicator-sound-a78e8bd5d95b4da3d6ae70d4fd280f61adee6fef.zip |
More debug information
Diffstat (limited to 'src/sound-menu.vala')
-rw-r--r-- | src/sound-menu.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala index 2df1a52..4b33543 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -154,7 +154,7 @@ class SoundMenu: Object var section = new Menu (); Icon icon; - debug("Adding section for player: %s", player.id); + debug("Adding section for player: %s (%s)", player.id, player.is_running ? "running" : "not running"); icon = player.icon; if (icon == null) |