diff options
| author | mat <git@matdoes.dev> | 2025-05-07 06:48:59 -1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-07 06:48:59 -1100 |
| commit | a8e76a0bff182bbcb7b40e9283f78efbac7e630c (patch) | |
| tree | 64a8296bb0400e2aaf92d1ebfec2158115341236 /azalea | |
| parent | 2b7be768f29bd77661be31fe6e107c1be84853e7 (diff) | |
| download | azalea-drasl-a8e76a0bff182bbcb7b40e9283f78efbac7e630c.tar.xz | |
impl Display for proxy and trace log JoinOpts
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/src/swarm/mod.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/azalea/src/swarm/mod.rs b/azalea/src/swarm/mod.rs index 57a12608..e78091df 100644 --- a/azalea/src/swarm/mod.rs +++ b/azalea/src/swarm/mod.rs @@ -705,7 +705,10 @@ impl Swarm { state: S, join_opts: &JoinOpts, ) -> Result<Client, JoinError> { - debug!("add_with_opts called for account {}", account.username); + debug!( + "add_with_opts called for account {} with opts {join_opts:?}", + account.username + ); let address = join_opts .custom_address |
