Fixed sample rate warning message

This commit is contained in:
David Henningsson 2009-04-15 04:29:11 +00:00
parent 9ca6718553
commit 2c1b6570e6

View file

@ -247,7 +247,7 @@ new_fluid_alsa_audio_driver2(fluid_settings_t* settings,
/* There's currently no way to change the sampling rate of the
synthesizer after it's been created. */
FLUID_LOG(FLUID_WARN, "Requested sample rate of %d, got %d instead, "
"synthesizer likely out of tune!", sample_rate, tmp);
"synthesizer likely out of tune!", (unsigned int) sample_rate, tmp);
}
uframes = period_size;