tools-utils: Improve logging in build_corpus_group_from_kernel_dist_under
authorDodji Seketeli <dodji@redhat.com>
Wed, 8 Mar 2023 12:35:37 +0000 (13:35 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 8 Mar 2023 14:21:16 +0000 (15:21 +0100)
* src/abg-tools-utils.cc
(build_corpus_group_from_kernel_dist_under): Improve logging.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-tools-utils.cc

index 87af4445413153dddfc8e7a9a86008868b9b19f6..119e5f58839e801be8a63af630b50a52d876688e 100644 (file)
@@ -2833,7 +2833,10 @@ build_corpus_group_from_kernel_dist_under(const string&  root,
 
   if (verbose)
     std::cerr << "Analysing kernel dist root '"
-             << root << "' ... " << std::flush;
+             << root
+             << "' with vmlinux path: '"
+             << vmlinux_path
+             << "' ... " << std::flush;
 
   timer t;