Skip to content

Commit

Permalink
play: Log a message when no output is produced
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 9, 2014
1 parent e54254b commit 7e4a0f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beetsplug/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ def play_music(lib, opts, args):
util.displayable_path(command[0]),
output.decode('utf8', 'ignore'),
))
else:
log.debug(u'play: no output')

ui.print_(u'Playing {0} {1}.'.format(len(selection), item_type))

Expand Down

0 comments on commit 7e4a0f6

Please sign in to comment.