Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
ae6d939e
Commit
ae6d939e
authored
Apr 04, 2017
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug: Use libnice-verbose, not libnice-nice-verbose
parent
efc6a9be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
agent/debug.c
agent/debug.c
+1
-1
No files found.
agent/debug.c
View file @
ae6d939e
...
@@ -102,7 +102,7 @@ void nice_debug_init (void)
...
@@ -102,7 +102,7 @@ void nice_debug_init (void)
flags
|=
g_parse_debug_string
(
gflags_string
,
gkeys
,
4
);
flags
|=
g_parse_debug_string
(
gflags_string
,
gkeys
,
4
);
if
(
gflags_string
&&
strstr
(
gflags_string
,
"libnice-pseudotcp-verbose"
))
if
(
gflags_string
&&
strstr
(
gflags_string
,
"libnice-pseudotcp-verbose"
))
flags
|=
NICE_DEBUG_PSEUDOTCP_VERBOSE
;
flags
|=
NICE_DEBUG_PSEUDOTCP_VERBOSE
;
if
(
gflags_string
&&
strstr
(
gflags_string
,
"libnice-
nice-
verbose"
))
{
if
(
gflags_string
&&
strstr
(
gflags_string
,
"libnice-verbose"
))
{
flags
|=
NICE_DEBUG_NICE_VERBOSE
;
flags
|=
NICE_DEBUG_NICE_VERBOSE
;
}
}
...
...
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