aboutsummaryrefslogtreecommitdiff
path: root/src/sound-menu.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound-menu.vala')
-rw-r--r--src/sound-menu.vala2
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)