mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-06 15:41:36 +01:00
CLEANUP: cli: Remove useless debug message in cli_io_handler()
When compiled in debug mode, HAProxy prints a debug message at the end of the cli I/O handle. It is pretty annoying and useless because, we can active applet traces. Thus, just remove it.
This commit is contained in:
parent
cbfcb02e21
commit
845f7c4708
@ -1176,9 +1176,7 @@ static void cli_io_handler(struct appctx *appctx)
|
||||
}
|
||||
|
||||
out:
|
||||
DPRINTF(stderr, "%s@%d: st=%d, rqf=%x, rpf=%x, rqh=%lu, rqs=%lu, rh=%lu, rs=%lu\n",
|
||||
__FUNCTION__, __LINE__,
|
||||
sc->state, req->flags, res->flags, ci_data(req), co_data(req), ci_data(res), co_data(res));
|
||||
return;
|
||||
}
|
||||
|
||||
/* This is called when the stream connector is closed. For instance, upon an
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user