From a7aed6a406b1b63dac38ac389e44124027d58152 Mon Sep 17 00:00:00 2001
From: dr <2073109843@qq.com>
Date: Fri, 9 Aug 2024 22:41:23 +0800
Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=A8=B3=E5=AE=9A=E4=B8=8D?=
 =?UTF-8?q?=E8=B6=85=E6=97=B6=E7=9A=84=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/rmdb.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rmdb.cpp b/src/rmdb.cpp
index 2a07dea..f05c122 100644
--- a/src/rmdb.cpp
+++ b/src/rmdb.cpp
@@ -192,7 +192,7 @@ void *client_handler(void *sock_fd) {
                     // {
                         
                     // }
-                    std::cout << " errorsql:" << fd << ": " << data_recv << std::endl;
+                    // std::cout << " errorsql:" << fd << ": " << data_recv << std::endl;
                     std::cerr << e.what()<< std::endl;
                     memcpy(data_send, e.what(), e.get_msg_len());
                     data_send[e.get_msg_len()] = '\n';
-- 
GitLab