From e485cf550183445e5f063c6da078c97e9b66497f Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 15 Aug 2024 23:33:23 +0000 Subject: fix incorrect comment in with_microsoft_access_token docs --- azalea-client/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/client.rs') 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 ); -- cgit v1.2.3