mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-05 00:39:31 +00:00
abipkgdiff: Make --verbose enable the library's logging
Up until now, --verbose would triggers logging inside the abipkgdiff tool itself. This patch allows it to see the logs of the library too. * tools/abipkgdiff.cc (set_generic_options): Make --verbose trigger the logs of the library. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
ae57c22115
commit
dc870a640b
@ -1303,6 +1303,7 @@ set_generic_options(abigail::elf_based_reader& rdr, const options& opts)
|
||||
opts.leverage_dwarf_factorization;
|
||||
rdr.options().assume_odr_for_cplusplus =
|
||||
opts.assume_odr_for_cplusplus;
|
||||
rdr.options().do_log = opts.verbose;
|
||||
}
|
||||
|
||||
/// Emit an error message on standard error about alternate debug info
|
||||
|
Loading…
Reference in New Issue
Block a user