]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
debuginfod: report libmicrohttpd version on startup
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 17 Oct 2022 14:07:39 +0000 (10:07 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 17 Oct 2022 14:07:39 +0000 (10:07 -0400)
To assist troubleshooting with intermittent bugs.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
debuginfod/ChangeLog
debuginfod/debuginfod.cxx

index 8fb65133f3e1095700b99c2d2bbcd6dc77894211..59d50df1fc8abfc7d4f487a4d0891edae00431f9 100644 (file)
@@ -1,3 +1,7 @@
+2022-10-17  Frank Ch. Eigler  <fche@redhat.com>
+
+       * debuginfod.cxx (main): Report libmicrohttpd version.
+
 2022-09-28  Aaron Merey  <amerey@redhat.com>
 
        * debuginfod-client.c (debuginfod_query_server): Switch sign of some
index 8e7ee4997e0ada6d6c91009c4403d6237ff2ae36..9dc4836bbe129e28d983633023a5c5d82805bbd4 100644 (file)
@@ -3956,6 +3956,8 @@ main (int argc, char *argv[])
         }
     }
 
+  obatched(clog) << "libmicrohttpd version " << MHD_get_version() << endl;
+  
   /* If '-C' wasn't given or was given with no arg, pick a reasonable default
      for the number of worker threads.  */
   if (connection_pool == 0)