summaryrefslogtreecommitdiff
path: root/src/mds/flock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/flock.h')
-rw-r--r--src/mds/flock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/flock.h b/src/mds/flock.h
index ae93d1660f0..b767fe58507 100644
--- a/src/mds/flock.h
+++ b/src/mds/flock.h
@@ -12,7 +12,7 @@
inline ostream& operator<<(ostream& out, ceph_filelock& l) {
out << "start: " << l.start << ", length: " << l.length
<< ", client: " << l.client << ", pid: " << l.pid
- << ", type: " << (int)l.type
+ << ", pid_ns: " << l.pid_namespace << ", type: " << (int)l.type
<< std::endl;
return out;
}