diff options
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player-item.vala b/src/player-item.vala index 2729cb7..51471d1 100644 --- a/src/player-item.vala +++ b/src/player-item.vala @@ -96,7 +96,7 @@ public class PlayerItem : Dbusmenu.Menuitem debug("populated ? - prop: %s", prop); int value_int = property_get_int(prop); if(property_get_int(prop) != EMPTY){ - debug("populated ? - prop %s and value %i", prop, value_int); + debug("populated - prop %s and value %i", prop, value_int); return true; } } |