Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
650900b9
Unverified
Commit
650900b9
authored
Sep 02, 2020
by
Sébastien Blin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upnp: remove fake timeout log
Change-Id: Iad373b5b515141928b20c04599991bd3d9ee32d2
parent
69d60a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/upnp/protocol/pupnp/pupnp.cpp
src/upnp/protocol/pupnp/pupnp.cpp
+0
-1
No files found.
src/upnp/protocol/pupnp/pupnp.cpp
View file @
650900b9
...
...
@@ -164,7 +164,6 @@ PUPnP::PUPnP()
if
(
it
->
wait_for
(
std
::
chrono
::
seconds
(
1
))
==
std
::
future_status
::
ready
)
{
finished
.
splice
(
finished
.
end
(),
xmlList
,
it
++
);
}
else
{
JAMI_WARN
(
"PUPnP: XML download timed out"
);
++
it
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment