aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.c b/options.c
index 690dccd..46aad6d 100644
--- a/options.c
+++ b/options.c
@@ -70,6 +70,9 @@ const char title_string[] =
#if EPOLL
" [EPOLL]"
#endif
+#ifdef PRODUCT_TAP_DEBUG
+ " [TAPDBG]"
+#endif
#ifdef USE_PTHREAD
" [PTHREAD]"
#endif