mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
crimson/osd: do not use __func__ in lambda
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
474ddbfe27
commit
7ab794971d
@ -1022,8 +1022,8 @@ seastar::future<> ReplicatedRecoveryBackend::submit_push_data(
|
||||
|
||||
if (complete) {
|
||||
if (!first) {
|
||||
logger().debug("{}: Removing oid {} from the temp collection",
|
||||
__func__, target_oid);
|
||||
logger().debug("submit_push_data: Removing oid {} from the temp collection",
|
||||
target_oid);
|
||||
clear_temp_obj(target_oid);
|
||||
t->remove(coll->get_cid(), ghobject_t(recovery_info.soid));
|
||||
t->collection_move_rename(coll->get_cid(), ghobject_t(target_oid),
|
||||
|
Loading…
Reference in New Issue
Block a user