commit | fd5c879b4d98028aa01e251153baf18d9a1282ab | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Mon May 01 15:28:01 2006 +0200 |
committer | willy tarreau <willy@wtap.(none)> | Mon May 01 15:28:01 2006 +0200 |
tree | 67d468310627d19a9a73c177d97cbf0d9e1ee9b5 | |
parent | 926a3575e6656cce69ec457072e4e47881142797 [diff] |
[MINOR] print the proxy name on first line during dumps to avoid confusion.
diff --git a/haproxy.c b/haproxy.c index 138b758..5b96681 100644 --- a/haproxy.c +++ b/haproxy.c
@@ -6348,7 +6348,7 @@ while (p) { struct server *s = p->srv; - send_log(p, LOG_NOTICE, "SIGUP received, dumping servers states.\n"); + send_log(p, LOG_NOTICE, "SIGUP received, dumping servers states for proxy %s.\n", p->id); while (s) { if (s->state & SRV_RUNNING) { snprintf(trash, sizeof(trash),