summaryrefslogtreecommitdiffstats
path: root/src/statement.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2013-09-13 16:44:48 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-09-14 20:53:19 +0200
commitde286210a1bac154cc906255803495cf56d9520d (patch)
tree02bcae9a162dfa3dcc596dca00db8326d1258066 /src/statement.c
parent63d0b33edb5daa98f578bf9f54cfcd7031e1d16e (diff)
log: s/threshold/queue-threshold/
on input we expect "queue-threshold" token, so use the same name when printing the output. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/statement.c')
-rw-r--r--src/statement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statement.c b/src/statement.c
index 1a3ea3c1..69db48f6 100644
--- a/src/statement.c
+++ b/src/statement.c
@@ -122,7 +122,7 @@ static void log_stmt_print(const struct stmt *stmt)
if (stmt->log.snaplen)
printf(" snaplen %u", stmt->log.snaplen);
if (stmt->log.qthreshold)
- printf(" threshold %u", stmt->log.qthreshold);
+ printf(" queue-threshold %u", stmt->log.qthreshold);
}
static void log_stmt_destroy(struct stmt *stmt)