Skip to content

Commit 81e3eea

Browse files
committed
Merge branch 'sd/negotiate-trace-fix' into maint-2.43
Tracing fix. * sd/negotiate-trace-fix: push: region_leave trace for negotiate_using_fetch
2 parents 05a9617 + ee9895b commit 81e3eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch-pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ void negotiate_using_fetch(const struct oid_array *negotiation_tips,
22162216
the_repository, "%d",
22172217
negotiation_round);
22182218
}
2219-
trace2_region_enter("fetch-pack", "negotiate_using_fetch", the_repository);
2219+
trace2_region_leave("fetch-pack", "negotiate_using_fetch", the_repository);
22202220
trace2_data_intmax("negotiate_using_fetch", the_repository,
22212221
"total_rounds", negotiation_round);
22222222
clear_common_flag(acked_commits);

0 commit comments

Comments
 (0)