diff --git a/funasr/runtime/websocket/funasr-wss-client.cpp b/funasr/runtime/websocket/funasr-wss-client.cpp index ec61c4144..1f4a27466 100644 --- a/funasr/runtime/websocket/funasr-wss-client.cpp +++ b/funasr/runtime/websocket/funasr-wss-client.cpp @@ -107,11 +107,11 @@ class WebsocketClient { switch (msg->get_opcode()) { case websocketpp::frame::opcode::text: total_recv=total_recv+1; - LOG(INFO)<< "Thread: " << this_thread::get_id() <<",on_message = " << payload; - LOG(INFO)<< "Thread: " << this_thread::get_id() << "total_recv=" << total_recv << " total_send=" <