Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Olivier Crête
libnice
Commits
c7a5a92b
Commit
c7a5a92b
authored
Jun 18, 2017
by
Fabrice Bellet
Committed by
Olivier Crête
Jun 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agent: remove spurious newlines
Differential Revision:
https://phabricator.freedesktop.org/D1756
parent
b4b8d662
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
agent/agent.c
agent/agent.c
+1
-1
agent/component.c
agent/component.c
+1
-1
No files found.
agent/agent.c
View file @
c7a5a92b
...
...
@@ -3905,7 +3905,7 @@ agent_recv_message_unlocked (
nice_address_to_string
(
message
->
from
,
str
);
nice_debug_verbose
(
"Agent %p : %d:%d DROPPING packet from unknown source"
" %s:%d sock-type: %d
\n
"
,
agent
,
stream
->
id
,
component
->
id
,
str
,
" %s:%d sock-type: %d"
,
agent
,
stream
->
id
,
component
->
id
,
str
,
nice_address_get_port
(
message
->
from
),
nicesock
->
type
);
}
...
...
agent/component.c
View file @
c7a5a92b
...
...
@@ -1461,7 +1461,7 @@ nice_component_add_valid_candidate (NiceComponent *component,
char
str
[
INET6_ADDRSTRLEN
];
nice_address_to_string
(
&
candidate
->
addr
,
str
);
nice_debug
(
"Agent %p : %d:%d Adding valid source"
" candidate: %s:%d trans: %d
\n
"
,
component
->
agent
,
" candidate: %s:%d trans: %d"
,
component
->
agent
,
candidate
->
stream_id
,
candidate
->
component_id
,
str
,
nice_address_get_port
(
&
candidate
->
addr
),
candidate
->
transport
);
}
...
...
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