aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/sender_session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/sender_session.cc')
-rw-r--r--cast/streaming/sender_session.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cast/streaming/sender_session.cc b/cast/streaming/sender_session.cc
index 7a54c7e1..329da305 100644
--- a/cast/streaming/sender_session.cc
+++ b/cast/streaming/sender_session.cc
@@ -274,6 +274,7 @@ SenderSession::ConfiguredSenders SenderSession::SpawnSenders(
// stream until we get the ANSWER message here.
environment_->set_remote_endpoint(
IPEndpoint{remote_address_, static_cast<uint16_t>(answer.udp_port)});
+ OSP_LOG_INFO << "Streaming to " << environment_->remote_endpoint() << "...";
ConfiguredSenders senders;
for (size_t i = 0; i < answer.send_indexes.size(); ++i) {