diff options
author | Campus <campus@ntop.org> | 2016-11-14 13:35:16 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-11-14 13:35:16 +0100 |
commit | 61c8dca469b7129731d91da842e9ae4ad6dcd782 (patch) | |
tree | 7167b236fc3e74308aab49ec3b2b66498224bdff /src | |
parent | d86e5047799ffc667120a288c15de30996af37a5 (diff) |
fixed wrong function call
Diffstat (limited to 'src')
-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 50a234b2f..2ebb5d59a 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1747,7 +1747,7 @@ struct ndpi_detection_module_struct *ndpi_init_detection_module(void) { if(ndpi_str == NULL) { #ifdef NDPI_ENABLE_DEBUG_MESSAGES - printf(0, NULL, NDPI_LOG_DEBUG, "ndpi_init_detection_module initial malloc failed\n"); + NDPI_LOG(0, ndpi_str, NDPI_LOG_DEBUG, "ndpi_init_detection_module initial malloc failed for ndpi_str\n"); #endif /* NDPI_ENABLE_DEBUG_MESSAGES */ return NULL; } |