]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: print out proper address in debug log
authorGreg Farnum <gregf@hq.newdream.net>
Fri, 29 Jan 2010 18:15:48 +0000 (10:15 -0800)
committerGreg Farnum <gregf@hq.newdream.net>
Fri, 29 Jan 2010 22:11:21 +0000 (14:11 -0800)
src/mon/MDSMonitor.cc

index fa5b08b22a3b9a7727a2ee196c864abba7c089d0..138cd2fd9b2f46349a90a9973428577a66fa3716 100644 (file)
@@ -673,7 +673,7 @@ void MDSMonitor::tick()
        MDSMap::mds_info_t& si = pending_mdsmap.mds_info[sgid];
        dout(10) << " replacing " << info.addr << " mds" << info.rank << "." << info.inc
                 << " " << ceph_mds_state_name(info.state)
-                << " with " << sgid << "/" << si.name << " " << info.addr << dendl;
+                << " with " << sgid << "/" << si.name << " " << si.addr << dendl;
        switch (info.state) {
        case MDSMap::STATE_CREATING:
        case MDSMap::STATE_STARTING: