Skip to content
Snippets Groups Projects
Unverified Commit 650900b9 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

upnp: remove fake timeout log

Change-Id: Iad373b5b515141928b20c04599991bd3d9ee32d2
parent 69d60a49
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,6 @@ PUPnP::PUPnP() ...@@ -164,7 +164,6 @@ PUPnP::PUPnP()
if (it->wait_for(std::chrono::seconds(1)) == std::future_status::ready) { if (it->wait_for(std::chrono::seconds(1)) == std::future_status::ready) {
finished.splice(finished.end(), xmlList, it++); finished.splice(finished.end(), xmlList, it++);
} else { } else {
JAMI_WARN("PUPnP: XML download timed out");
++it; ++it;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment