summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2017-04-04 20:34:05 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-04-05 16:53:09 -0400
commitae6d939e48366b80570d713b83334191b0982e71 (patch)
tree55b01d74e714891aed3acd5b301625f5f55595d2
parentefc6a9be8cb34c899f0454c32e8a1e62b38df474 (diff)
downloadlibnice-ae6d939e48366b80570d713b83334191b0982e71.tar.gz
debug: Use libnice-verbose, not libnice-nice-verbose
-rw-r--r--agent/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/debug.c b/agent/debug.c
index e1a298c..84fee94 100644
--- a/agent/debug.c
+++ b/agent/debug.c
@@ -102,7 +102,7 @@ void nice_debug_init (void)
flags |= g_parse_debug_string (gflags_string, gkeys, 4);
if (gflags_string && strstr (gflags_string, "libnice-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;
}