From 9251ea5374b62c2466da665eb91e772cfd308dea Mon Sep 17 00:00:00 2001 From: Dimitris Papaioannou Date: Thu, 15 Jan 2026 23:26:05 +0200 Subject: [PATCH] linux-pulseaudio: Fix bad channels message format --- plugins/linux-pulseaudio/pulse-input.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/linux-pulseaudio/pulse-input.c b/plugins/linux-pulseaudio/pulse-input.c index 0642a2225..591446fe0 100644 --- a/plugins/linux-pulseaudio/pulse-input.c +++ b/plugins/linux-pulseaudio/pulse-input.c @@ -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); }