From 9ba97d12d6b1b2e6e06311375c07ce975fc08205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 27 Feb 2021 03:38:15 +0000 Subject: Add ws_debug() and use it Replace most instances of ws_debug_printf() except in epan/dissectors and dissector plugins. Some replacements use printf(), some use ws_debug(), and some were removed because they were dead or judged to be temporary. --- extcap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extcap.c') diff --git a/extcap.c b/extcap.c index 485e09a3fa..70ebed0374 100644 --- a/extcap.c +++ b/extcap.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #include "capture_opts.h" @@ -217,7 +216,7 @@ print_extcap_description(const char *basename, const char *version, const char *description, const char *filename, void *user_data _U_) { - ws_debug_printf("%-16s\t%s\t%s\t%s\n", basename, version, description, filename); + printf("%-16s\t%s\t%s\t%s\n", basename, version, description, filename); } void -- cgit v1.2.3