core: sample_spec.rate is in Hz, not kHz; change logging output

This commit is contained in:
Peter Meerwald 2011-12-19 12:28:42 +01:00 committed by Arun Raghavan
parent 49fd49f21f
commit 638b0264e0
4 changed files with 10 additions and 10 deletions

View file

@ -1316,7 +1316,7 @@ pa_bool_t pa_sink_update_rate(pa_sink *s, uint32_t rate, pa_bool_t passthrough)
}
if (PA_SINK_IS_RUNNING(s->state)) {
pa_log_info("Cannot update rate, SINK_IS_RUNNING, will keep using %u kHz",
pa_log_info("Cannot update rate, SINK_IS_RUNNING, will keep using %u Hz",
s->sample_spec.rate);
return FALSE;
}