Commit d3a76dfe authored by Rafaël Carré's avatar Rafaël Carré

Makes a debug msg more explicit

parent 5c853cf5
......@@ -509,7 +509,7 @@ void ControlsWidget::stop()
void ControlsWidget::play()
{
if( THEPL )
msg_Dbg( p_intf, "Nothing to play yet, open a file %i", THEPL->items.i_size );
msg_Dbg( p_intf, "There is %i playlist items", THEPL->items.i_size ); /* FIXME: remove me */
if( playlist_IsEmpty( THEPL ) )
{
/* The playlist is empty, open a file requester */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment