From de286210a1bac154cc906255803495cf56d9520d Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 13 Sep 2013 16:44:48 +0200 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- src/statement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3