wangzhengquan
2021-01-14 be5decd9d3386542062f095aad29bf0267d604b8
src/queue/lock_free_queue.h
@@ -355,7 +355,7 @@
        else if(errno == EINTR)
            continue;
        else {
          // LoggerFactory::getLogger()->error(errno, "LockFreeQueue pop_timeout %d", errno);
          LoggerFactory::getLogger()->error(errno, "LockFreeQueue pop_timeout %d", errno);
          return errno;
        }
    }