mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 05:26:50 +00:00
fix: uncompress -> compress (#1855)
Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
@@ -110,7 +110,7 @@ impl Index {
|
|||||||
io::ErrorKind::InvalidData,
|
io::ErrorKind::InvalidData,
|
||||||
format!(
|
format!(
|
||||||
"internal error: Earlier compressed received ({} > {})",
|
"internal error: Earlier compressed received ({} > {})",
|
||||||
latest.uncompressed_offset, uncompressed_offset
|
latest.compressed_offset, compressed_offset
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user