summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-native.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-10 01:16:59 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-10 01:16:59 +0200
commitf8ebe8571cbf52e9155b029ae085ea69e16178e1 (patch)
tree307c68683441c75b462a6d393b5bf3c730a27571 /src/pulsecore/protocol-native.c
parent5b871966ab556134b0bb3ff93e8cd81e16e19f5d (diff)
protocol-native: downgrade message if we receive pcm block for dead stream
Diffstat (limited to 'src/pulsecore/protocol-native.c')
-rw-r--r--src/pulsecore/protocol-native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/protocol-native.c b/src/pulsecore/protocol-native.c
index 9526de0a..7c2183d8 100644
--- a/src/pulsecore/protocol-native.c
+++ b/src/pulsecore/protocol-native.c
@@ -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;
}