Skip to content

Commit

Permalink
Disabled debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Sep 5, 2023
1 parent ad9ed4f commit 2bd986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ndpi_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 2bd986a

Please sign in to comment.