]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/seastore: remove duplicated log prefix
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 10 May 2021 08:28:56 +0000 (16:28 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Tue, 11 May 2021 07:51:49 +0000 (15:51 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/transaction_manager.cc

index 93891e5496a4cebbf5d5893fed60c9f46c6c1f22..8dd77164f638b08cd65a687414783c3c68e8ad72 100644 (file)
@@ -32,7 +32,7 @@ TransactionManager::mkfs_ertr::future<> TransactionManager::mkfs()
   LOG_PREFIX(TransactionManager::mkfs);
   segment_cleaner->mount(segment_manager);
   return journal->open_for_write().safe_then([this, FNAME](auto addr) {
-    DEBUG("TransactionManager::mkfs: about to do_with");
+    DEBUG("about to do_with");
     segment_cleaner->init_mkfs(addr);
     return seastar::do_with(
       create_transaction(),