diff --git a/src/audio/audiostream.cpp b/src/audio/audiostream.cpp
index f6229385830c37050660fdbefcc71367a25fda78..8bffb2463a5ad02ba31bd3feeedb6262f1e626cf 100644
--- a/src/audio/audiostream.cpp
+++ b/src/audio/audiostream.cpp
@@ -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: