Browse Source

Silence uninformative debug warning message.

tags/non-sequencer-v1.9.4
Jonathan Moore Liles 13 years ago
parent
commit
8ac4b60928
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pattern.C

+ 1
- 1
src/pattern.C View File

@@ -366,7 +366,7 @@ pattern::play ( tick_t start, tick_t end ) const
if ( start > _end )
{
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;
}
else


Loading…
Cancel
Save