summaryrefslogtreecommitdiffstats
path: root/vendor/gix-protocol/src/handshake/function.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-protocol/src/handshake/function.rs')
-rw-r--r--vendor/gix-protocol/src/handshake/function.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/gix-protocol/src/handshake/function.rs b/vendor/gix-protocol/src/handshake/function.rs
index 9e75c18d0..daf405e10 100644
--- a/vendor/gix-protocol/src/handshake/function.rs
+++ b/vendor/gix-protocol/src/handshake/function.rs
@@ -22,6 +22,7 @@ where
AuthFn: FnMut(credentials::helper::Action) -> credentials::protocol::Result,
T: client::Transport,
{
+ let _span = gix_features::trace::detail!("gix_protocol::handshake()", service = ?service, extra_parameters = ?extra_parameters);
let (server_protocol_version, refs, capabilities) = {
progress.init(None, progress::steps());
progress.set_name("handshake".into());