Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Dec 19, 2024
1 parent d971da2 commit 99d57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-io/src/file_cache/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl Inner {
file.lock_exclusive().unwrap();
if let Err(e) = file.allocate(remote_metadata.size) {
let msg = format!(
"failed to allocate {} bytes to download uri = {}: {:?}",
"failed to reserve {} bytes on disk to download uri = {}: {:?}",
remote_metadata.size,
self.uri.as_ref(),
e
Expand Down

0 comments on commit 99d57b6

Please sign in to comment.