1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-05-12 17:14:20 +00:00

Clean log ()

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks 2024-12-31 12:17:10 +08:00 committed by GitHub
parent d00c062d76
commit 36706a9f32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -318,7 +318,6 @@ epoll_listen (SearpcNamedPipeServer *server)
g_free (data);
continue;
}
g_message ("start to serve on pipe client\n");
} else {
ServerHandlerData *data = (ServerHandlerData *)events[i].data.ptr;
connfd = data->connfd;
@ -464,8 +463,6 @@ static void named_pipe_client_handler(void *data)
guint32 bufsize = 4096;
char *buf = g_malloc(bufsize);
g_message ("start to serve on pipe client\n");
while (1) {
len = 0;
if (pipe_read_n(connfd, &len, sizeof(guint32)) < 0) {