]> git-server-git.apps.pok.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>
Tue, 27 Feb 2024 19:05:13 +0000 (14:05 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
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()) {