aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-10-19 17:23:23 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-10-21 16:10:09 +0200
commit8c5ee1f7bb7f2dff8959a021283dd200c64a3d2c (patch)
tree89d82d51c0eb9ca56c1ccde2ada069fd332a2c74 /nDPId.c
parent9969f955dc0062582256570960277ad86f40523b (diff)
Added config testing script.
* nDPId-test may now make use of an optional config file as cmd arg Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId.c')
-rw-r--r--nDPId.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPId.c b/nDPId.c
index 61b17cd0f..7d2fb5bd4 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -5609,7 +5609,7 @@ static int validate_options(void)
if (GET_CMDARG_ULL(nDPId_options.flow_scan_interval) >= GET_CMDARG_ULL(nDPId_options.udp_max_idle_time))
{
logger_early(1,
- "Value not in range:flow-scan-interval[%llu] < udp-max-idle-time[%llu]",
+ "Value not in range: flow-scan-interval[%llu] < udp-max-idle-time[%llu]",
GET_CMDARG_ULL(nDPId_options.flow_scan_interval),
GET_CMDARG_ULL(nDPId_options.udp_max_idle_time));
retval = 1;