]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: refactor debug print of func name
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 26 Feb 2024 16:14:48 +0000 (11:14 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 3 Apr 2024 17:01:31 +0000 (13:01 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 2f937772c9d3493f020cd7be0480ee550f4f791d)

src/mds/SnapRealm.cc

index 2e8c7523412c5417f22828cbe670cef7ed6c47b0..c5c0e6682fcd335cc3ba747523251c375d44e4ce 100644 (file)
@@ -309,7 +309,7 @@ void SnapRealm::adjust_parent()
 
 void SnapRealm::split_at(SnapRealm *child)
 {
-  dout(10) << "split_at " << *child 
+  dout(10) << __func__ << ": " << *child
           << " on " << *child->inode << dendl;
 
   if (inode->is_mdsdir() || !child->inode->is_dir()) {