linux-pulseaudio: Fix bad channels message format

This commit is contained in:
Dimitris Papaioannou
2026-01-15 23:26:05 +02:00
committed by Ryan Foster
parent c13c7c0c3f
commit 9251ea5374

View File

@@ -292,9 +292,7 @@ static void pulse_source_info(pa_context *c, const pa_source_info *i, int eol, v
if (pulse_channels_to_obs_speakers(channels) == SPEAKERS_UNKNOWN) {
channels = 2;
blog(LOG_INFO,
"%c channels not supported by OBS,"
"using %c instead for recording",
blog(LOG_INFO, "%" PRIu8 " channels not supported by OBS, using %" PRIu8 " instead for recording",
i->sample_spec.channels, channels);
}