From 180f4412a906f67d624f3b76be4eb7391bfa8b7c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 15 Oct 2010 09:38:31 -0700 Subject: [PATCH] mds: cleanup: clarify issue_seq in cap release debug output Signed-off-by: Sage Weil --- src/mds/Locker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/Locker.cc b/src/mds/Locker.cc index 3cbb6ab193b42..037aece238253 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); -- 2.39.5