mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 13:51:26 +02:00
MINOR: proto_quic: add proto name in alert
In quic_alloc_dghdlrs() add proto name in the last alert. This helps to identify potential problem immediately and makes log messages more uniform.
This commit is contained in:
parent
7041c078d6
commit
985d458571
@ -762,7 +762,7 @@ static int quic_alloc_dghdlrs(void)
|
|||||||
|
|
||||||
quic_cid_trees = calloc(QUIC_CID_TREES_CNT, sizeof(*quic_cid_trees));
|
quic_cid_trees = calloc(QUIC_CID_TREES_CNT, sizeof(*quic_cid_trees));
|
||||||
if (!quic_cid_trees) {
|
if (!quic_cid_trees) {
|
||||||
ha_alert("Failed to allocate global CIDs trees.\n");
|
ha_alert("Failed to allocate global quic CIDs trees.\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user