Silence uninformative debug warning message.

This commit is contained in:
Jonathan Moore Liles 2012-02-28 04:39:04 -08:00
parent e98326103e
commit 8ac4b60928
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ pattern::play ( tick_t start, tick_t end ) const
if ( start > _end ) if ( start > _end )
{ {
stop(); stop();
WARNING( "attempt to play a loop (pattern %d) that has ended (%lu, %lu)", number(), start, _end ); // WARNING( "attempt to play a loop (pattern %d) that has ended (%lu, %lu)", number(), start, _end );
return; return;
} }
else else