]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: helpful journal replay debug output
authorSage Weil <sage@newdream.net>
Fri, 16 Jul 2010 17:43:52 +0000 (10:43 -0700)
committerSage Weil <sage@newdream.net>
Fri, 16 Jul 2010 18:43:42 +0000 (11:43 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/mds/journal.cc

index d3801987065a170a2c0bf87b6caf9f1deb08e0c7..32ede9f1163c8030ffc2421890e80a9cec2392de 100644 (file)
@@ -439,6 +439,8 @@ void EMetaBlob::replay(MDS *mds, LogSegment *logseg)
     if (lump.is_complete())
       dir->mark_complete();
     
+    dout(10) << "EMetaBlob.replay updated dir " << *dir << dendl;  
+
     // decode bits
     lump._decode_bits();