]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: be more verbose when not found in mdsmap
authorSage Weil <sage@newdream.net>
Wed, 18 Jun 2008 02:59:33 +0000 (19:59 -0700)
committerSage Weil <sage@newdream.net>
Wed, 18 Jun 2008 03:00:34 +0000 (20:00 -0700)
src/mds/MDS.cc

index 540e3c88b5fc81e955ae86c051dfecd61b4c3cfc..1b3c82f73d81c5da681f9d4c2adbac397777f014 100644 (file)
@@ -490,7 +490,8 @@ void MDS::handle_mds_map(MMDSMap *m)
       }
       goto out;
     }
-    dout(1) << "handle_mds_map i'm not in the mdsmap, killing myself" << dendl;
+    dout(1) << "handle_mds_map i (" << messenger->get_myaddr() 
+           << ") am not in the mdsmap, killing myself" << dendl;
     suicide();
     goto out;
   }