diff options
Diffstat (limited to 'discover/parser.c')
-rw-r--r-- | discover/parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discover/parser.c b/discover/parser.c index 8d4c180..3153a65 100644 --- a/discover/parser.c +++ b/discover/parser.c @@ -116,6 +116,8 @@ static void iterate_parser_files(struct discover_context *ctx, rc = read_file(ctx, path, &buf, &len); if (!rc) { + pb_log("Running parser %s on file %s\n", + parser->name, *filename); parser->parse(ctx, buf, len); talloc_free(buf); } |