diff options
| author | mat <git@matdoes.dev> | 2024-08-15 23:33:23 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-08-15 23:33:23 +0000 |
| commit | e485cf550183445e5f063c6da078c97e9b66497f (patch) | |
| tree | 17827909e5785733e82e7d0279515bd6aa9209e9 /azalea-client/src/client.rs | |
| parent | 74831abbe4f9d2a2eabbfe0a3a44874d9f49135b (diff) | |
| download | azalea-drasl-e485cf550183445e5f063c6da078c97e9b66497f.tar.xz | |
fix incorrect comment in with_microsoft_access_token docs
Diffstat (limited to 'azalea-client/src/client.rs')
| -rw-r--r-- | azalea-client/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 02d400fd..6cb590df 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -601,7 +601,7 @@ impl Client { } if self.logged_in() { - tracing::debug!( + debug!( "Sending client information (already logged in): {:?}", client_information ); |
