Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Folkert de Vries committed Dec 7, 2023
1 parent 09c5543 commit 345e06b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ntpd/src/daemon/keyexchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ mod tests {
});

let result = run_server(listener).await;
dbg!(&result);
assert!(matches!(result, Err(KeyExchangeError::IncompleteResponse)));
}

Expand Down

0 comments on commit 345e06b

Please sign in to comment.