diff options
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
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"); |