summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_log.c')
-rw-r--r--extensions/ebt_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_log.c b/extensions/ebt_log.c
index 575d12e..c728304 100644
--- a/extensions/ebt_log.c
+++ b/extensions/ebt_log.c
@@ -193,7 +193,7 @@ static int compare(const struct ebt_entry_watcher *w1,
static struct ebt_u_watcher log_watcher =
{
- .name = EBT_LOG_WATCHER,
+ .name = "log",
.size = sizeof(struct ebt_log_info),
.help = print_help,
.init = init,