]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async/rdma: a tiny typo fix. 18660/head
authorownedu <yanlei_cv@aliyun.com>
Wed, 1 Nov 2017 03:38:27 +0000 (11:38 +0800)
committerownedu <yanlei_cv@aliyun.com>
Wed, 1 Nov 2017 03:38:27 +0000 (11:38 +0800)
Signed-off-by: Yan Lei <yongyou.yl@alibaba-inc.com>
src/msg/async/rdma/RDMAStack.cc

index f02f30529d179870eb127d43a88c426de6dfb159..7671a359ee7f26e5262d7ce11c9753d1857eb49a 100644 (file)
@@ -191,7 +191,7 @@ void RDMADispatcher::polling()
 
     int rx_ret = rx_cq->poll_cq(MAX_COMPLETIONS, wc);
     if (rx_ret > 0) {
-      ldout(cct, 20) << __func__ << " rt completion queue got " << rx_ret
+      ldout(cct, 20) << __func__ << " rx completion queue got " << rx_ret
                      << " responses."<< dendl;
       perf_logger->inc(l_msgr_rdma_rx_total_wc, rx_ret);
       perf_logger->inc(l_msgr_rdma_rx_bufs_in_use, rx_ret);