wangzhengquan
2020-10-10 3865746d3c0db2978134470fde6cfcd734abfef7
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;
        }
    }