From: Patrick Donnelly Date: Wed, 26 Jun 2024 16:28:42 +0000 (-0400) Subject: messages/MClientCaps: dump issue_seq for debugging X-Git-Tag: v20.0.0~671^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7766d3c72491030024c2aaecfc98f1f29a1c7e77;p=ceph.git messages/MClientCaps: dump issue_seq for debugging Signed-off-by: Patrick Donnelly --- diff --git a/src/messages/MClientCaps.h b/src/messages/MClientCaps.h index 96b2cb7d8b81..de7d68b9e061 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)