]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a diagnostic message.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 17 Jul 2025 10:57:53 +0000 (11:57 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 17 Jul 2025 10:57:53 +0000 (11:57 +0100)
audio_pw.c

index b82cf3f72ad2574734c65bf3c472260c1ea1868a..0893053ac3704316614d0a189bbd5530255fa82a 100644 (file)
@@ -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) {