From fb4d97aa12a1706ada7cd7e9c0c0bcb2baaf0092 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Tue, 16 Sep 2025 19:48:19 +0530 Subject: [PATCH] mds: fix a log entry Signed-off-by: Rishabh Dave --- src/mds/MDSAuthCaps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/MDSAuthCaps.cc b/src/mds/MDSAuthCaps.cc index f3e6f59d3b8..507d9c26cd7 100644 --- a/src/mds/MDSAuthCaps.cc +++ b/src/mds/MDSAuthCaps.cc @@ -236,7 +236,7 @@ bool MDSAuthCaps::is_capable(string_view fs_name, uid_t new_uid, gid_t new_gid, const entity_addr_t& addr) const { - ldout(g_ceph_context, 10) << __func__ << "fs_name " << fs_name << " inode(path /" << inode_path + ldout(g_ceph_context, 10) << __func__ << " fs_name " << fs_name << " inode(path /" << inode_path << " owner " << inode_uid << ":" << inode_gid << " mode 0" << std::oct << inode_mode << std::dec << ") by caller " << caller_uid << ":" << caller_gid -- 2.39.5