From 78c0c6d8cf0869f49323840517604387eaa7d9e5 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 10 八月 2020 15:22:47 +0800
Subject: [PATCH] update

---
 src/queue/include/lock_free_queue.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/queue/include/lock_free_queue.h b/src/queue/include/lock_free_queue.h
index 8a65e81..17e8c56 100644
--- a/src/queue/include/lock_free_queue.h
+++ b/src/queue/include/lock_free_queue.h
@@ -252,7 +252,7 @@
         if (errno == EAGAIN)
             return false;
         else {
-            err_msg(errno, "LockFreeQueue push_timeout");
+            // err_msg(errno, "LockFreeQueue push_timeout");
             return false;
         }
     }
@@ -324,7 +324,7 @@
         if (errno == EAGAIN)
             return false;
         else {
-            err_msg(errno, "LockFreeQueue pop_timeout");
+            // err_msg(errno, "LockFreeQueue pop_timeout");
             return false;
         }
     }

--
Gitblit v1.8.0