mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 15:42:54 +00:00
use FLUID_LOG and FLUID_DBG
This commit is contained in:
parent
2be0012057
commit
978e51bafa
2 changed files with 2 additions and 2 deletions
|
@ -748,7 +748,7 @@ static void fluid_print_zone_voice_mod(fluid_voice_t *voice,
|
|||
{
|
||||
return;
|
||||
}
|
||||
FLUID_LOG(FLUID_INFO, "\"%s\" \"%s\" voice modulators ---------------------------------", preset_zone_name,inst_zone_name);
|
||||
FLUID_LOG(FLUID_DBG, "\"%s\" \"%s\" voice modulators ---------------------------------", preset_zone_name,inst_zone_name);
|
||||
fluid_print_voice_mod(voice);
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -2224,7 +2224,7 @@ void fluid_print_voice_mod(fluid_voice_t *voice)
|
|||
mod = &voice->mod[i];
|
||||
fluid_dump_linked_mod (mod, mod_idx, i);
|
||||
}
|
||||
printf("modulateur num:%d, total members:%d\n", mod_idx, i);
|
||||
FLUID_LOG(FLUID_DBG, "Number of voice modulators: %d, Total members:%d\n", mod_idx, i);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue