From 2bd986a00a05954a650cc84f216740f1560cabc4 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 5 Sep 2023 18:39:26 +0200 Subject: [PATCH] Disabled debug message --- src/lib/ndpi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index d5e2cecef8d..1aa844f3713 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -4178,7 +4178,7 @@ int ndpi_load_category_file(struct ndpi_detection_module_struct *ndpi_str, return(-1); #ifdef NDPI_ENABLE_DEBUG_MESSAGES - printf("Loading %s [proto %d]\n", path, category_id); + // printf("Loading %s [proto %d]\n", path, category_id); #endif fd = fopen(path, "r");