Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / media / cast_udp_transport.cc
index 099c54f..d27c4e7 100644 (file)
@@ -15,6 +15,8 @@ CastUdpTransport::~CastUdpTransport() {
 }
 
 void CastUdpTransport::SetDestination(const net::IPEndPoint& remote_address) {
+  VLOG(1) << "CastUdpTransport::SetDestination = "
+          << remote_address.ToString();
   remote_address_ = remote_address;
   cast_session_->StartUDP(remote_address);
 }