]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
client: add missing space in debug msg
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 16 Aug 2017 17:07:43 +0000 (10:07 -0700)
committerNathan Cutler <ncutler@suse.com>
Tue, 5 Sep 2017 09:28:10 +0000 (11:28 +0200)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 3f806c72dd3b9b28761ee32f5e32001de8362028)

src/client/Client.cc

index e92675ec73fa2be3458921f1121d5db6d77d55b8..8bd28b3f2573f2fb2302efb236ba075dcd8a5c82 100644 (file)
@@ -5212,7 +5212,7 @@ ostream& operator<<(ostream &out, const UserPerm& perm) {
 int Client::may_setattr(Inode *in, struct ceph_statx *stx, int mask,
                        const UserPerm& perms)
 {
-  ldout(cct, 20) << __func__ << *in << "; " << perms << dendl;
+  ldout(cct, 20) << __func__ << " " << *in << "; " << perms << dendl;
   int r = _getattr_for_perm(in, perms);
   if (r < 0)
     goto out;