wzq
2020-08-22 cc6bec3330c29cc29f54d3e3d919d510f0197641
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;
        }
    }