aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_sender/looping_file_cast_agent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/standalone_sender/looping_file_cast_agent.cc')
-rw-r--r--cast/standalone_sender/looping_file_cast_agent.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/cast/standalone_sender/looping_file_cast_agent.cc b/cast/standalone_sender/looping_file_cast_agent.cc
index 1a90cbb2..bb88226f 100644
--- a/cast/standalone_sender/looping_file_cast_agent.cc
+++ b/cast/standalone_sender/looping_file_cast_agent.cc
@@ -299,8 +299,6 @@ void LoopingFileCastAgent::OnNegotiated(
return;
}
- OSP_LOG_INFO << "Streaming to " << connection_settings_->receiver_endpoint
- << "...";
file_sender_ = std::make_unique<LoopingFileSender>(
environment_.get(), connection_settings_->path_to_file.c_str(), senders,
connection_settings_->max_bitrate);