From 11dec5b25c676a17cc3547c6b45873e52ce74a57 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 29 Sep 2020 00:17:58 +0200 Subject: [PATCH] fix log --- miniupnpd/netfilter_nft/nftnlrdr_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpd/netfilter_nft/nftnlrdr_misc.c b/miniupnpd/netfilter_nft/nftnlrdr_misc.c index a4e3f01..c456110 100644 --- a/miniupnpd/netfilter_nft/nftnlrdr_misc.c +++ b/miniupnpd/netfilter_nft/nftnlrdr_misc.c @@ -1203,7 +1203,7 @@ nft_send_rule(struct nftnl_rule * rule, uint16_t cmd, enum rule_chain_type chain result = send_batch(batch); if (result < 0) { - syslog(LOG_ERR, "%s(%p, %d, %s) send_batch failed %d", + syslog(LOG_ERR, "%s(%p, %d, %d) send_batch failed %d", "nft_send_rule", rule, (int)cmd, (int)chain_type, result); } }