]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
msg/async: delete the confused comments.
authorYan Jun <yan.jun8@zte.com.cn>
Mon, 28 Mar 2016 07:33:30 +0000 (15:33 +0800)
committerYan Jun <yan.jun8@zte.com.cn>
Sat, 23 Apr 2016 07:50:35 +0000 (15:50 +0800)
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
src/msg/async/AsyncConnection.cc

index 7ae81871845359d4b5d8891e791d289d82e9eb41..fd5c40d594b21611fc11c06c9e8f636038577419 100644 (file)
@@ -646,7 +646,7 @@ void AsyncConnection::process()
 
           // verify header crc
           if (msgr->crcflags & MSG_CRC_HEADER && header_crc != header.crc) {
-            ldout(async_msgr->cct,0) << __func__ << " reader got bad header crc "
+            ldout(async_msgr->cct,0) << __func__ << " got bad header crc "
                                      << header_crc << " != " << header.crc << dendl;
             goto fail;
           }