summaryrefslogtreecommitdiff
path: root/debuginfod/debuginfod-find.c
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfod/debuginfod-find.c')
-rw-r--r--debuginfod/debuginfod-find.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/debuginfod/debuginfod-find.c b/debuginfod/debuginfod-find.c
index 5f9bccc3..3e8ab203 100644
--- a/debuginfod/debuginfod-find.c
+++ b/debuginfod/debuginfod-find.c
@@ -98,7 +98,9 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state)
switch (key)
{
case 'v': verbose++;
- debuginfod_set_progressfn (client, & progressfn); break;
+ debuginfod_set_progressfn (client, & progressfn);
+ debuginfod_set_verbose_fd (client, STDERR_FILENO);
+ break;
default: return ARGP_ERR_UNKNOWN;
}
return 0;