summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polyp/protocol-native.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/protocol-native.c b/polyp/protocol-native.c
index d5619ef7..7e1a8894 100644
--- a/polyp/protocol-native.c
+++ b/polyp/protocol-native.c
@@ -594,6 +594,7 @@ static void command_create_playback_stream(struct pa_pdispatch *pd, uint32_t com
sink = pa_namereg_get(c->protocol->core, sink_name, PA_NAMEREG_SINK, 1);
if (!sink) {
+ pa_log("%s: Can't find a suitable sink.\n", __FILE__);
pa_pstream_send_error(c->pstream, tag, PA_ERROR_NOENTITY);
return;
}