Skip to content

Commit 78af510

Browse files
authored
Merge pull request ceph#45274 from Matan-B/wip-matanb-c-ops-debug
crimson/osd: do_pgnls_common debug message format Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Reviewed-by: Chunmei Liu <chunmei.liu@intel.com> Reviewed-by: Kefu Chai <tchaikov@gmail.com>
2 parents ec81f22 + ea5273e commit 78af510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crimson/osd/ops_executer.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,8 @@ static PG::interruptible_future<ceph::bufferlist> do_pgnls_common(
819819
response.handle = next.is_max() ? pg_end : next;
820820
ceph::bufferlist out;
821821
encode(response, out);
822-
logger().debug("{}: response.entries.size()=",
823-
__func__, response.entries.size());
822+
logger().debug("do_pgnls_common: response.entries.size()= {}",
823+
response.entries.size());
824824
return seastar::make_ready_future<ceph::bufferlist>(std::move(out));
825825
});
826826
}

0 commit comments

Comments
 (0)