]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Minor: added owner to debugging output in ceph_flock()
authorXavier Roche <roche@httrack.com>
Sat, 14 Feb 2015 11:02:50 +0000 (12:02 +0100)
committerXavier Roche <roche@httrack.com>
Sat, 14 Feb 2015 11:02:50 +0000 (12:02 +0100)
src/client/Client.cc

index ca3186a408614c6638042b5ea5c03342669e328d..9118dc2c98650fcff93fe4c46d41946dea108772 100644 (file)
@@ -5734,6 +5734,7 @@ int Client::flock(int fd, int operation, uint64_t owner)
   tout(cct) << "flock" << std::endl;
   tout(cct) << fd << std::endl;
   tout(cct) << operation << std::endl;
+  tout(cct) << owner << std::endl;
   Fh *f = get_filehandle(fd);
   if (!f)
     return -EBADF;