mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-19 06:02:03 +00:00
avoid redundant debug loop warnings
This commit is contained in:
parent
57cbdda39a
commit
c61d093aec
1 changed files with 1 additions and 2 deletions
|
@ -3513,8 +3513,7 @@ fixup_sample (SFData * sf)
|
|||
* valid sample will be played */
|
||||
sam->loopend = sam->end;
|
||||
}
|
||||
|
||||
if(loopend_end_mismatch)
|
||||
else if(loopend_end_mismatch)
|
||||
{
|
||||
FLUID_LOG (FLUID_DBG, _("Sample '%s' has invalid loop stop '%d',"
|
||||
" sample stop at '%d', using it anyway"), sam->name, sam->loopend, sam->end);
|
||||
|
|
Loading…
Reference in a new issue