]> git.apps.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)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 16 Aug 2017 18:20:04 +0000 (11:20 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/client/Client.cc

index 6ee1396ec7b328bca788b60b51cc3d877222c70e..57081a9e4455de46f558df87ea708dcc39ff2ba1 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;