[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),