]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
messages/MClientRequest: fix a typo so we don't output 'setfilelockrule' in logs 20881/head
authorGreg Farnum <gfarnum@redhat.com>
Tue, 13 Mar 2018 20:50:25 +0000 (13:50 -0700)
committerGreg Farnum <gfarnum@redhat.com>
Tue, 13 Mar 2018 20:50:25 +0000 (13:50 -0700)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/messages/MClientRequest.h

index 5732c5f08a056a5902c58c1d318af6822c1202e9..ff03d61e142d49944cf7a664210e4a8562ff410a 100644 (file)
@@ -250,7 +250,7 @@ public:
     }
     if (head.op == CEPH_MDS_OP_SETFILELOCK ||
        head.op == CEPH_MDS_OP_GETFILELOCK) {
-      out << "rule " << (int)head.args.filelock_change.rule
+      out << " rule " << (int)head.args.filelock_change.rule
          << ", type " << (int)head.args.filelock_change.type
          << ", owner " << head.args.filelock_change.owner
          << ", pid " << head.args.filelock_change.pid