From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 17 Jul 2025 10:57:53 +0000 (+0100) Subject: Quieten a diagnostic message. X-Git-Tag: 5.0-post-dev~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=742f38eb52c1fb11a7232f6f47ee8a14534c2a81;p=thirdparty%2Fshairport-sync.git Quieten a diagnostic message. --- diff --git a/audio_pw.c b/audio_pw.c index b82cf3f7..0893053a 100644 --- a/audio_pw.c +++ b/audio_pw.c @@ -506,8 +506,8 @@ static int delay(long *the_delay) { debug(3, "pw_processor not running"); } - if (stream_is_active == 0) { - debug(1, "stream not active but on_process_is_running is 1!"); + if ((stream_is_active == 0) && (on_process_is_running != 0)) { + debug(3, "stream not active but on_process_is_running is true."); } if (on_process_is_running != 0) {