]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
messages: fix MFSMap::get_type_name()
authorYan, Zheng <zyan@redhat.com>
Wed, 6 Apr 2016 13:32:44 +0000 (21:32 +0800)
committerYan, Zheng <zyan@redhat.com>
Fri, 10 Jun 2016 01:30:20 +0000 (09:30 +0800)
Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/messages/MFSMap.h

index b0b28b17aa301eac96220b0be57076204aae2b06..86206d6a3d9641b7c87b251626f06590950e2bd3 100644 (file)
@@ -41,7 +41,7 @@ private:
   ~MFSMap() {}
 
 public:
-  const char *get_type_name() const { return "mdsmap"; }
+  const char *get_type_name() const { return "fsmap"; }
   void print(ostream& out) const {
     out << "fsmap(e " << epoch << ")";
   }