mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: quic: rename "ssl error" trace
SSL status is reported each time quic_conn_io_cb() is finished via a trace. Change the trace label from "ssl error" to "ssl status". This allows to search for errors easier without being distracted by this trace.
This commit is contained in:
parent
19b8c1b7cd
commit
3d4baa3c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ struct task *quic_conn_io_cb(struct task *t, void *context, unsigned int state)
|
|||
qc = NULL;
|
||||
}
|
||||
|
||||
TRACE_PROTO("ssl error", QUIC_EV_CONN_IO_CB, qc, &st);
|
||||
TRACE_PROTO("ssl status", QUIC_EV_CONN_IO_CB, qc, &st);
|
||||
TRACE_LEAVE(QUIC_EV_CONN_IO_CB, qc);
|
||||
return t;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue