]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: print osd as "osd.$osdid" in log message
authorKefu Chai <kchai@redhat.com>
Thu, 12 Oct 2017 12:07:46 +0000 (20:07 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 17 Oct 2017 03:15:32 +0000 (11:15 +0800)
easier to read this way

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/OSD.cc

index 9fbeaac3dbcf1c3cc17b3e48469148991396b4f3..3c028f3f84b303e90fea23c77bea567679438af4 100644 (file)
@@ -8174,7 +8174,7 @@ void OSD::do_notifies(
       continue;
     }
     service.share_map_peer(it->first, con.get(), curmap);
-    dout(7) << __func__ << " osd " << it->first
+    dout(7) << __func__ << " osd." << it->first
            << " on " << it->second.size() << " PGs" << dendl;
     MOSDPGNotify *m = new MOSDPGNotify(curmap->get_epoch(),
                                       it->second);