]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: cleanup: clarify issue_seq in cap release debug output
authorSage Weil <sage@newdream.net>
Fri, 15 Oct 2010 16:38:31 +0000 (09:38 -0700)
committerSage Weil <sage@newdream.net>
Fri, 15 Oct 2010 20:41:03 +0000 (13:41 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/mds/Locker.cc

index 3cbb6ab193b42380a7d15eab52765400bcf6e4e1..037aece238253ca9927912e7fc08b7f5766f6fbd 100644 (file)
@@ -2482,7 +2482,7 @@ void Locker::handle_client_cap_release(MClientCapRelease *m)
       continue;
     }
     if (p->seq != cap->get_last_issue()) {
-      dout(10) << " seq " << p->seq << " != " << cap->get_last_issue() << " on " << *in << dendl;
+      dout(10) << " issue_seq " << p->seq << " != " << cap->get_last_issue() << " on " << *in << dendl;
       
       // clean out any old revoke history
       cap->clean_revoke_from(p->seq);