From: Patrick Donnelly Date: Wed, 26 Jun 2024 16:28:42 +0000 (-0400) Subject: messages/MClientCaps: dump issue_seq for debugging X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=879349719cacc4414fcdb42696777ab80d0dbd42;p=ceph.git messages/MClientCaps: dump issue_seq for debugging Signed-off-by: Patrick Donnelly (cherry picked from commit 7766d3c72491030024c2aaecfc98f1f29a1c7e77) --- diff --git a/src/messages/MClientCaps.h b/src/messages/MClientCaps.h index 96b2cb7d8b8..de7d68b9e06 100644 --- a/src/messages/MClientCaps.h +++ b/src/messages/MClientCaps.h @@ -181,7 +181,8 @@ public: out << "client_caps(" << ceph_cap_op_name(head.op) << " ino " << inodeno_t(head.ino) << " " << head.cap_id - << " seq " << head.seq; + << " seq " << head.seq + << " issue_seq " << head.issue_seq; if (get_tid()) out << " tid " << get_tid(); out << " caps=" << ccap_string(head.caps)