aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2023-09-05 18:39:26 +0200
committerLuca Deri <deri@ntop.org>2023-09-05 18:39:26 +0200
commit2bd986a00a05954a650cc84f216740f1560cabc4 (patch)
tree3c40fe4a4db760df17944865de57a2bd1fbbe562
parentad9ed4f95480d6cd093ee259d520cf802fec7ed2 (diff)
Disabled debug message
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
index d5e2cecef..1aa844f37 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");