]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: do not use __func__ in lambda
authorKefu Chai <kchai@redhat.com>
Tue, 15 Dec 2020 08:56:21 +0000 (16:56 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 15 Dec 2020 09:15:17 +0000 (17:15 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/replicated_recovery_backend.cc

index 1e82d83ab2c39ad86a732567e0a6796a89da16c5..2fba82c447894ecbf75a5b39b83dd80871ef6f0b 100644 (file)
@@ -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),