]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
client: add more detail info for the _put_inode debug log
authorXiubo Li <xiubli@redhat.com>
Wed, 23 Dec 2020 09:22:00 +0000 (17:22 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 24 Dec 2020 02:15:50 +0000 (10:15 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc

index 0077d391a7f615171531da624c02395fc4a93a9f..a0ef9720fe8e849add64680eb1f74dabcfde2ee4 100644 (file)
@@ -3120,7 +3120,7 @@ void Client::handle_lease(const MConstRef<MClientLease>& 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) {