From 8dd0dd4fdd4056f7d761e82f03b17a64cde804ea Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Wed, 23 Dec 2020 17:22:00 +0800 Subject: [PATCH] client: add more detail info for the _put_inode debug log Signed-off-by: Xiubo Li --- src/client/Client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.cc b/src/client/Client.cc index 0077d391a7f..a0ef9720fe8 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) { -- 2.47.3