]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: Remove trailing '.' from email alert messages
authorSimon Horman <horms@verge.net.au>
Fri, 6 Feb 2015 02:11:56 +0000 (11:11 +0900)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Feb 2015 06:59:58 +0000 (07:59 +0100)
commit00b69e08d5c95377ea6bd2f01492a4337c62d362
tree0242181eb72cfbee67aefb08bc9f6c13f8b30e66
parentdfb124fe0dfc151bf26ddce7fc305377fe70b16b
MINOR: Remove trailing '.' from email alert messages

This removes the trailing '.' from both the header and the body of email
alerts.

The main motivation for this change is to make the format of email alerts
generated from srv_set_stopped() consistent with those generated from
set_server_check_status().

Signed-off-by: Simon Horman <horms@verge.net.au>
src/server.c