Explorar o código

[Feat] [1.0.0] vmnet 使用 vmprocess 通信

xcbosa mbp16 hai 2 meses
pai
achega
e03eb7eba1
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      post_sbin/getty.c

+ 0 - 2
post_sbin/getty.c

@@ -1306,8 +1306,6 @@ void *message_handler_thread(void *arg) {
     while (1) {
         // 读取消息
         int bytes_read = read_message(proxy_fd, buffer, MAX_BUFFER_SIZE, 1); // 1表示client
-        
-        log_message("try get data: %d bytes", bytes_read);
 
         if (bytes_read <= 0) {
             usleep(1000 * 1); // 如果没有消息,等待一段时间(1 ms)