From: Samuel Just Date: Fri, 13 Dec 2024 20:25:10 +0000 (-0800) Subject: crimson/.../replicated_request: fix debug line X-Git-Tag: v20.0.0~458^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e5008c858a23c1110aacebdb03ecc2bdbb208e5c;p=ceph.git crimson/.../replicated_request: fix debug line DEBUGI macro already includes function name. Signed-off-by: Samuel Just --- diff --git a/src/crimson/osd/osd_operations/replicated_request.cc b/src/crimson/osd/osd_operations/replicated_request.cc index 332ec4dfeb7..1eca6c1fec4 100644 --- a/src/crimson/osd/osd_operations/replicated_request.cc +++ b/src/crimson/osd/osd_operations/replicated_request.cc @@ -67,7 +67,7 @@ seastar::future<> RepRequest::with_pg( ShardServices &shard_services, Ref pg) { LOG_PREFIX(RepRequest::with_pg); - DEBUGI("{}: RepRequest::with_pg", *this); + DEBUGI("{}", *this); IRef ref = this; return interruptor::with_interruption([this, pg] { LOG_PREFIX(RepRequest::with_pg);