From d231e8b8cc6d17148977332d56aecfe816cbd0d3 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Feb 2015 12:02:50 +0100 Subject: [PATCH] Minor: added owner to debugging output in ceph_flock() --- src/client/Client.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/Client.cc b/src/client/Client.cc index ca3186a4086..9118dc2c986 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -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; -- 2.47.3