on input we expect "queue-threshold" token, so use the same name when printing the output. Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- src/statement.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/statement.c b/src/statement.c index 1a3ea3c..69db48f 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) -- 1.7.8.6 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html