]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[MINOR] print the proxy name on first line during dumps to avoid confusion.
authorwilly tarreau <willy@wtap.(none)>
Mon, 1 May 2006 13:28:01 +0000 (15:28 +0200)
committerwilly tarreau <willy@wtap.(none)>
Mon, 1 May 2006 13:28:01 +0000 (15:28 +0200)
haproxy.c

index 138b758ca4f79342919b2792b1683e392a56ae58..5b96681712880212766e54ec26166195bfbef7cf 100644 (file)
--- a/haproxy.c
+++ b/haproxy.c
@@ -6348,7 +6348,7 @@ void sig_dump_state(int sig) {
     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),