]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: introduce ha_notice()
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 21 Nov 2018 17:04:52 +0000 (18:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Nov 2018 18:02:23 +0000 (19:02 +0100)
commit9c56a22b20f7a609f0c00f9de3beb254cd02dd68
treeb8947410154d22987ef7af6e1c62e3d3473cf473
parent944e619b647899125c1a41449daa7dc8c8dc7926
MINOR: log: introduce ha_notice()

It's like ha_warning() or ha_alert() but with a NOTICE prefix.
include/proto/log.h
src/log.c