Merge branch 'sd/negotiate-trace-fix' into maint-2.43

Tracing fix.

* sd/negotiate-trace-fix:
  push: region_leave trace for negotiate_using_fetch
This commit is contained in:
Junio C Hamano 2024-02-13 14:44:50 -08:00
commit 81e3eea77c
1 changed files with 1 additions and 1 deletions

View File

@ -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);