From 9cb41353bd9a517e8582ae57374a81d8c0a2b7f1 Mon Sep 17 00:00:00 2001 From: lixiang_yewu Date: Thu, 8 Aug 2024 01:34:34 +0000 Subject: [PATCH] =?UTF-8?q?update=20io/trace-events.=20=E5=BA=94=E4=B8=8E?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E5=8F=82=E6=95=B0=E5=AF=B9=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixiang_yewu --- io/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/trace-events b/io/trace-events index 3cc5cf1efd..79e1a19af7 100644 --- a/io/trace-events +++ b/io/trace-events @@ -38,7 +38,7 @@ qio_channel_file_new_path(void *ioc, const char *path, int flags, int mode, int # channel-tls.c qio_channel_tls_new_client(void *ioc, void *master, void *creds, const char *hostname) "TLS new client ioc=%p master=%p creds=%p hostname=%s" -qio_channel_tls_new_server(void *ioc, void *master, void *creds, const char *aclname) "TLS new client ioc=%p master=%p creds=%p acltname=%s" +qio_channel_tls_new_server(void *ioc, void *master, void *creds, const char *aclname) "TLS new client ioc=%p master=%p creds=%p aclname=%s" qio_channel_tls_handshake_start(void *ioc) "TLS handshake start ioc=%p" qio_channel_tls_handshake_pending(void *ioc, int status) "TLS handshake pending ioc=%p status=%d" qio_channel_tls_handshake_fail(void *ioc) "TLS handshake fail ioc=%p" -- Gitee