mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-01 17:16:28 +00:00
fix log
This commit is contained in:
parent
c1eb7c0069
commit
11dec5b25c
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user