Skip to content
Snippets Groups Projects
Commit 12247a66 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

siptransport: show reused port

Change-Id: Ia082bc4dfe81e31359299fc1970008b66502f6f7
parent 1eeff3c5
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ SipTransportBroker::getUdpTransport(const IpAddr& ipAddress)
auto it = transports_.find(itp->second);
if (it != transports_.end()) {
if (auto spt = it->second.lock()) {
JAMI_DBG("Reusing transport %s", ipAddress.toString().c_str());
JAMI_DBG("Reusing transport %s", ipAddress.toString(true).c_str());
return spt;
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment