aboutsummaryrefslogtreecommitdiffstats
path: root/fetch-pack.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-30 13:34:12 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-30 13:34:13 -0800
commit65973e4e995f1c7d3c71105edd0d9b6578a9e779 (patch)
tree28bb3f6ffacc353e684e231eba282ba31748499e /fetch-pack.c
parenta8bf3c0cac802487f308f5986620723ee3c27969 (diff)
parentee9895b0ff0475c4883234a9004f02b19065cd12 (diff)
downloadgit-65973e4e995f1c7d3c71105edd0d9b6578a9e779.tar.gz
Merge branch 'sd/negotiate-trace-fix'
Tracing fix. * sd/negotiate-trace-fix: push: region_leave trace for negotiate_using_fetch
Diffstat (limited to 'fetch-pack.c')
-rw-r--r--fetch-pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-pack.c b/fetch-pack.c
index 5b8aa0adc7..091f9a80a9 100644
--- a/fetch-pack.c
+++ b/fetch-pack.c
@@ -2216,7 +2216,7 @@ void negotiate_using_fetch(const struct oid_array *negotiation_tips,
the_repository, "%d",
negotiation_round);
}
- trace2_region_enter("fetch-pack", "negotiate_using_fetch", the_repository);
+ trace2_region_leave("fetch-pack", "negotiate_using_fetch", the_repository);
trace2_data_intmax("negotiate_using_fetch", the_repository,
"total_rounds", negotiation_round);
clear_common_flag(acked_commits);