]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: Include "IPv4 IPv6" in server startup message
authorAaron Merey <amerey@redhat.com>
Wed, 6 Apr 2022 17:38:04 +0000 (13:38 -0400)
committerAaron Merey <amerey@redhat.com>
Wed, 6 Apr 2022 17:38:04 +0000 (13:38 -0400)
commit83251d4091241acddbdcf16f814e3bc6ef3df49a
treeaf43c15129e70587677e27eb92de19594a122c15
parent8db849976f07046d27b4217e9ebd08d5623acc4f
debuginfod: Include "IPv4 IPv6" in server startup message

At startup debuginfod prints a message indicating the port which the
server is listening to.  Prior to commit 4e4082be03 this message would
include "IPv4" and/or "IPv6"

    [...] (48671/48671): started http server on IPv4 IPv6 port=8002

As of commit 4e4082be03 the IP versions have been removed from this
message.  This change can cause issues in any applications that
parse the message for this information.  Fix this by adding
"IPv4 IPv6" back to the message.

Signed-off-by: Aaron Merey <amerey@redhat.com>
debuginfod/debuginfod.cxx