commit | 8b42848a44391275304c17a6957678d61a48f9d4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 07 15:53:43 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 09 15:30:47 2016 +0100 |
tree | 31a748f7aade641bc97e87c3cf8daa82a2bb4ed1 | |
parent | b96dd284775224de5670b9b6422977f85d3ff06a [diff] |
MINOR: server: make srv_set_admin_state() capable of telling why this happens It will be important to help debugging some DNS resolution issues to know why a server was marked down, so let's make the function support a 3rd argument with an indication of the reason. Passing NULL will keep the message as-is.