gdb/debuginfod-support.c: Always display debuginfod errors
authorAaron Merey <amerey@redhat.com>
Fri, 1 Apr 2022 20:39:18 +0000 (16:39 -0400)
committerAaron Merey <amerey@redhat.com>
Fri, 1 Apr 2022 20:39:18 +0000 (16:39 -0400)
commite55039d1811f1bac389162a61d6bac25b0d4d43f
tree2dbf5085ee1bf03f7dd70e641004afc384f72baa
parentc13566fdd5725d4c337a2741be02c12c4f430022
gdb/debuginfod-support.c: Always display debuginfod errors

Errors encountered when downloading files from debuginfod servers
are not displayed if debuginfod verbosity is set to 0 (via
'set debuginfod verbose 0').

Tom recommended that these errors always be displayed, regardless
of the verbosity setting [1]. Fix this.

[1] https://sourceware.org/pipermail/gdb-patches/2022-March/186350.html
gdb/debuginfod-support.c