]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: errors: use user messages context in print_message
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 May 2021 13:46:19 +0000 (15:46 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 7 Jun 2021 15:19:10 +0000 (17:19 +0200)
commit816281ff16b9c01a213b8e2aa7ba10f6c7bfee9a
treec3cfafdb5028fa919eed8f242ecb75ab6ad3be50
parent6af81f80fb12ca5306f78f84faf8a8855ea2ba7b
MINOR: errors: use user messages context in print_message

Prepend the user messages context to stderr output in print_message. It
is inserted between the output prefix (log level / pid) and the message
itself. Its content depends on the loaded context infos.
src/errors.c