Skip to content

Commit

Permalink
warn
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcorreia99 committed Jul 30, 2024
1 parent 4dc7a0a commit 1ab88e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_package_streaming/src/reqwest/tokio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pub async fn extract_conda(
if (zip_error
.contains(DATA_DESCRIPTOR_ERROR_MESSAGE)) =>
{
tracing::debug!("Failed to stream decompress conda package from '{}' due to the presence of zip data descriptors. Falling back to non streaming decompression;", url);
tracing::warn!("Failed to stream decompress conda package from '{}' due to the presence of zip data descriptors. Falling back to non streaming decompression;", url);
let new_reader =
get_reader(url.clone(), client, expected_sha256, reporter.clone()).await?;

Check warning on line 169 in crates/rattler_package_streaming/src/reqwest/tokio.rs

View workflow job for this annotation

GitHub Actions / Format and Lint

Diff in /home/runner/work/rattler/rattler/crates/rattler_package_streaming/src/reqwest/tokio.rs

Check warning on line 169 in crates/rattler_package_streaming/src/reqwest/tokio.rs

View workflow job for this annotation

GitHub Actions / Format, Lint and Test the Python bindings

Diff in /home/runner/work/rattler/rattler/crates/rattler_package_streaming/src/reqwest/tokio.rs
crate::tokio::async_read::extract_conda_via_buffering(
Expand Down

0 comments on commit 1ab88e4

Please sign in to comment.