From ed34b00566f9b1b65c09989af44ad24cdb27fbdc Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 12 Oct 2017 20:07:46 +0800 Subject: [PATCH] osd: print osd as "osd.$osdid" in log message easier to read this way Signed-off-by: Kefu Chai (cherry picked from commit c6b71ebf6b7b7c54560f331d5f8e4e24f5a60633) --- src/osd/OSD.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 321889fecef6e..74338478ccb93 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -8694,7 +8694,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); -- 2.39.5