From c0338cac35db6849a0a82a451db0e62d1fc24a0f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 18 Oct 2022 19:31:27 +0000 Subject: Create cache file directory if it doesn't exist --- azalea-auth/src/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-auth/src/auth.rs') diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index 0cc36fcf..ec20d31e 100644 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -130,7 +130,7 @@ pub async fn auth(email: &str, opts: AuthOpts) -> Result }, ) .await { - log::warn!("Error while caching auth data: {}", e); + log::error!("{}", e); } } } -- cgit v1.2.3