diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-18 19:31:27 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-18 19:31:27 +0000 |
| commit | c0338cac35db6849a0a82a451db0e62d1fc24a0f (patch) | |
| tree | b6310972b1100ca72e289a76515b87fe7554e561 /azalea-auth/src/auth.rs | |
| parent | 4c9de35cc2185b5ee8f844f907a50fa9a46b0bf2 (diff) | |
| download | azalea-drasl-c0338cac35db6849a0a82a451db0e62d1fc24a0f.tar.xz | |
Create cache file directory if it doesn't exist
Diffstat (limited to 'azalea-auth/src/auth.rs')
| -rw-r--r-- | azalea-auth/src/auth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<AuthResult, AuthError> }, ) .await { - log::warn!("Error while caching auth data: {}", e); + log::error!("{}", e); } } } |
