mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-12-02 03:47:41 +08:00
Modify debug log for tracing create conn problems
This commit is contained in:
parent
8c8a7db44c
commit
f0120d1551
@ -4642,8 +4642,8 @@ network_mysqld_self_con_handle(int event_fd, short events, void *user_data)
|
||||
return;
|
||||
}
|
||||
|
||||
g_debug("%s: connection between %s and %s",
|
||||
G_STRLOC, con->client->src->name->str, con->server ? con->server->dst->name->str : "(server)");
|
||||
g_debug("%s: connection %s and %s",
|
||||
G_STRLOC, con->server->src->name->str, con->server->dst->name->str);
|
||||
|
||||
switch (proxy_self_read_handshake(srv, con)) {
|
||||
case RET_SUCCESS:
|
||||
|
Loading…
Reference in New Issue
Block a user