This commit is contained in:
Thomas Bernard 2020-09-29 00:17:58 +02:00 committed by BERNARD Thomas
parent c1eb7c0069
commit 11dec5b25c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}