Skip to content

Commit

Permalink
fixup! Log DAITA v2 request
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 16, 2025
1 parent a51b295 commit 6adb2f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions talpid-tunnel-config-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,11 @@ pub async fn request_ephemeral_peer_with(
post_quantum: pq_request,
daita: None,
daita_v2: enable_daita.then(|| {
log::trace!("Sending DAITA v2 request");
let platform = get_platform();
log::trace!("DAITA v2 platform: {platform:?}");
proto::DaitaRequestV2 {
level: i32::from(proto::DaitaLevel::LevelDefault),
platform: i32::from(get_platform()),
platform: i32::from(platform),
version: DAITA_VERSION,
}
}),
Expand Down

0 comments on commit 6adb2f5

Please sign in to comment.