[DEBUG] state names were shifted due to missing PEND state.
diff --git a/haproxy.c b/haproxy.c
index 0832cda..acc97c6 100644
--- a/haproxy.c
+++ b/haproxy.c
@@ -917,7 +917,7 @@
/*********************************************************************/
#ifdef DEBUG_FULL
static char *cli_stnames[5] = {"HDR", "DAT", "SHR", "SHW", "CLS" };
-static char *srv_stnames[8] = {"IDL", "PND", "CON", "HDR", "DAT", "SHR", "SHW", "CLS" };
+static char *srv_stnames[7] = {"IDL", "CON", "HDR", "DAT", "SHR", "SHW", "CLS" };
#endif
/*********************************************************************/