]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: fix log info 8273/head
authorWei Jin <wjin.cn@gmail.com>
Wed, 23 Mar 2016 08:12:38 +0000 (16:12 +0800)
committerWei Jin <wjin.cn@gmail.com>
Wed, 23 Mar 2016 08:13:11 +0000 (16:13 +0800)
Signed-off-by: Wei Jin <wjin.cn@gmail.com>
src/osd/OSD.cc

index 298d65df454f192cc6881f72d06bd279dfb019cb..d0cacc947f64870102387a39ddeb8ef5164f0469 100644 (file)
@@ -3949,7 +3949,7 @@ void OSD::handle_osd_ping(MOSDPing *m)
       if (i != heartbeat_peers.end()) {
        if (m->get_connection() == i->second.con_back) {
          dout(25) << "handle_osd_ping got reply from osd." << from
-                  << " first_rx " << i->second.first_tx
+                  << " first_tx " << i->second.first_tx
                   << " last_tx " << i->second.last_tx
                   << " last_rx_back " << i->second.last_rx_back << " -> " << m->stamp
                   << " last_rx_front " << i->second.last_rx_front
@@ -3960,7 +3960,7 @@ void OSD::handle_osd_ping(MOSDPing *m)
            i->second.last_rx_front = m->stamp;
        } else if (m->get_connection() == i->second.con_front) {
          dout(25) << "handle_osd_ping got reply from osd." << from
-                  << " first_rx " << i->second.first_tx
+                  << " first_tx " << i->second.first_tx
                   << " last_tx " << i->second.last_tx
                   << " last_rx_back " << i->second.last_rx_back
                   << " last_rx_front " << i->second.last_rx_front << " -> " << m->stamp