diff --git a/ambed/ccontroller.cpp b/ambed/ccontroller.cpp index d6039e8..597d18c 100644 --- a/ambed/ccontroller.cpp +++ b/ambed/ccontroller.cpp @@ -134,7 +134,7 @@ void CController::Task(void) // crack packet if ( IsValidOpenstreamPacket(Buffer, &Callsign, &CodecIn, &CodecOut) ) { - std::cout << "Stream Open from " << Callsign << std::endl; + std::cout << "Stream Open from " << Callsign << " at " << Ip << std::endl; // try create the stream Stream = OpenStream(Callsign, Ip, CodecIn, CodecOut);