Jan Engelhardt: remove unneedd macro
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 struct ebt_u_watcher log_watcher =
 {
-	.name		= EBT_LOG_WATCHER,
+	.name		= "log",
 	.size		= sizeof(struct ebt_log_info),
 	.help		= print_help,
 	.init		= init,