From: Sage Weil Date: Fri, 15 Oct 2010 16:38:31 +0000 (-0700) Subject: mds: cleanup: clarify issue_seq in cap release debug output X-Git-Tag: v0.22~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=180f4412a906f67d624f3b76be4eb7391bfa8b7c;p=ceph.git mds: cleanup: clarify issue_seq in cap release debug output Signed-off-by: Sage Weil --- diff --git a/src/mds/Locker.cc b/src/mds/Locker.cc index 3cbb6ab193b..037aece2382 100644 --- a/src/mds/Locker.cc +++ b/src/mds/Locker.cc @@ -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);