Skip to content

Commit

Permalink
Merge branch 'sd/negotiate-trace-fix'
Browse files Browse the repository at this point in the history
Tracing fix.

* sd/negotiate-trace-fix:
  push: region_leave trace for negotiate_using_fetch
  • Loading branch information
gitster committed Jan 30, 2024
2 parents a8bf3c0 + ee9895b commit 65973e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 65973e4

Please sign in to comment.