]> code.delx.au - pulseaudio/commitdiff
protocol-native: downgrade message if we receive pcm block for dead stream
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2009 23:16:59 +0000 (01:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2009 23:16:59 +0000 (01:16 +0200)
src/pulsecore/protocol-native.c

index 9526de0a6c53ff950428bc314a5a880738848b6b..7c2183d83cca9bf50c7d98de56943119b2cdd276 100644 (file)
@@ -4245,7 +4245,7 @@ static void pstream_memblock_callback(pa_pstream *p, uint32_t channel, int64_t o
     pa_native_connection_assert_ref(c);
 
     if (!(stream = OUTPUT_STREAM(pa_idxset_get_by_index(c->output_streams, channel)))) {
-        pa_log("client sent block for invalid stream.");
+        pa_log_debug("Client sent block for invalid stream.");
         /* Ignoring */
         return;
     }