projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7bf3d2
)
debug: fix verbose debug enable
author
Fabrice Bellet
<fabrice@bellet.info>
Sun, 16 Jun 2019 20:05:49 +0000
(22:05 +0200)
committer
Olivier CrĂȘte
<olivier.crete@collabora.com>
Thu, 4 Jul 2019 21:03:43 +0000
(17:03 -0400)
agent/debug.c
patch
|
blob
|
history
diff --git
a/agent/debug.c
b/agent/debug.c
index
84fee94
..
c7eb05e
100644
(file)
--- a/
agent/debug.c
+++ b/
agent/debug.c
@@
-167,7
+167,7
@@
void nice_debug (const char *fmt, ...)
void nice_debug_verbose (const char *fmt, ...)
{
va_list ap;
- if (debug_verbose_enabled) {
+ if (debug_
enabled && debug_
verbose_enabled) {
va_start (ap, fmt);
g_logv (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, fmt, ap);
va_end (ap);