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 8fb6513..59d50df 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 8e7ee49..9dc4836 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)