From: Xiubo Li Date: Wed, 23 Dec 2020 09:22:00 +0000 (+0800) Subject: client: add more detail info for the _put_inode debug log X-Git-Tag: v16.1.0~101^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8dd0dd4fdd4056f7d761e82f03b17a64cde804ea;p=ceph.git client: add more detail info for the _put_inode debug log Signed-off-by: Xiubo Li --- diff --git a/src/client/Client.cc b/src/client/Client.cc index 0077d391a7f6..a0ef9720fe8e 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -3120,7 +3120,7 @@ void Client::handle_lease(const MConstRef& m) void Client::_put_inode(Inode *in, int n) { - ldout(cct, 10) << __func__ << " on " << *in << dendl; + ldout(cct, 10) << __func__ << " on " << *in << " n = " << n << dendl; int left = in->_put(n); if (left == 0) {