From: Leo Zhang Date: Fri, 7 Apr 2017 06:32:42 +0000 (+0800) Subject: messages: fix return type name of MOSDMap X-Git-Tag: v12.0.2~141^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14382%2Fhead;p=ceph.git messages: fix return type name of MOSDMap Signed-off-by: Leo Zhang --- diff --git a/src/messages/MOSDMap.h b/src/messages/MOSDMap.h index b6aab1c5096..0ae30f3d0fd 100644 --- a/src/messages/MOSDMap.h +++ b/src/messages/MOSDMap.h @@ -131,7 +131,7 @@ public: } } - const char *get_type_name() const override { return "omap"; } + const char *get_type_name() const override { return "osdmap"; } void print(ostream& out) const override { out << "osd_map(" << get_first() << ".." << get_last(); if (oldest_map || newest_map)