Skip to content
Snippets Groups Projects
Commit 1d8e257b authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

display the pa stream we are connected to

parent 8878bbf3
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ AudioStream::stream_state_callback( pa_stream* s, void* user_data UNUSED )
_debug("Stream is creating...\n");
break;
case PA_STREAM_READY:
_debug("Stream successfully created\n");
_debug("Stream successfully created, connected to %s\n", pa_stream_get_device_name( s ));
break;
case PA_STREAM_FAILED:
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment