mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-22 03:03:07 +00:00
Fixed warning
This commit is contained in:
parent
65b9c68d7d
commit
7a7df2b7d7
1 changed files with 3 additions and 1 deletions
|
|
@ -76,7 +76,9 @@ int ndpi_load_domain_suffixes(struct ndpi_detection_module_struct *ndpi_str,
|
|||
NDPI_LOG_ERR(ndpi_str, "Error while finalizing domain processing\n");
|
||||
}
|
||||
|
||||
NDPI_LOG_DBG(ndpi_str, "Loaded %u domains\n", num_domains);
|
||||
if(num_domains > 0) {
|
||||
NDPI_LOG_DBG(ndpi_str, "Loaded %u domains\n", num_domains);
|
||||
}
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue