mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-18 13:33:27 -04:00
linux-pulseaudio: Fix bad channels message format
This commit is contained in:
committed by
Ryan Foster
parent
c13c7c0c3f
commit
9251ea5374
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user