index
:
hugin.git
master
Logging framework
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
debug.c
2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index eb87723..f3d5c5e 100644
--- a/
debug.c
+++ b/
debug.c
@@ -282,7 +282,9 @@ int __debug(const char *func, const int line,
}
#endif
+#ifdef WITH_DBG_FILTER
done:
+#endif
dbg_mutex_unlock();
return result;