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:
@ -2216,7 +2216,7 @@ void negotiate_using_fetch(const struct oid_array *negotiation_tips,
|
|||||||
the_repository, "%d",
|
the_repository, "%d",
|
||||||
negotiation_round);
|
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,
|
trace2_data_intmax("negotiate_using_fetch", the_repository,
|
||||||
"total_rounds", negotiation_round);
|
"total_rounds", negotiation_round);
|
||||||
clear_common_flag(acked_commits);
|
clear_common_flag(acked_commits);
|
||||||
|
Reference in New Issue
Block a user