Skip to content

Commit

Permalink
debug: fix wording in debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jul 29, 2019
1 parent 963e3f0 commit d1b4112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fw_iptables.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ iptables_fw_destroy_mention(
char rulenum[10];
int retval = -1;

debug(LOG_DEBUG, "Checking all mention of %s in table %s of chain %s", mention, table, chain);
debug(LOG_DEBUG, "Checking all mention of %s in chain %s of table %s", mention, chain, table);

config = config_get_config();
iptables = config->ip6 ? "ip6tables" : "iptables";
Expand Down

0 comments on commit d1b4112

Please sign in to comment.