Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
testing authenticator messages
  • Loading branch information
tommyv1987 authored Oct 21, 2024
1 parent c185ee8 commit 557d87c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nym-vpn-core/crates/nym-authenticator-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ impl AuthClient {
for msg in msgs {
if !check_if_authenticator_message(&msg) {
debug!("Received non-authenticator message while waiting for connect response");
debug!("Received non-authenticator message while waiting for connect response: {:?}", msg);
continue;
}
// Confirm that the version is correct
Expand Down

0 comments on commit 557d87c

Please sign in to comment.