aboutsummaryrefslogtreecommitdiff
path: root/src/main/extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extract.c')
-rw-r--r--src/main/extract.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/extract.c b/src/main/extract.c
index 9b7e4f9..49783fa 100644
--- a/src/main/extract.c
+++ b/src/main/extract.c
@@ -205,6 +205,10 @@ print_selected_keywords (void *cls,
205 205
206 if (print[type] != YES) 206 if (print[type] != YES)
207 return 0; 207 return 0;
208 if (verbose > 3)
209 fprintf (stdout,
210 _("Found by `%s' plugin:\n"),
211 plugin_name);
208 stype = gettext(EXTRACTOR_metatype_to_string(type)); 212 stype = gettext(EXTRACTOR_metatype_to_string(type));
209 switch (format) 213 switch (format)
210 { 214 {