fix: uncompress -> compress (#1855)

Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
cui
2026-02-20 17:20:32 +08:00
committed by GitHub
parent 1a4a84bebe
commit cde66e0a46
+1 -1
View File
@@ -110,7 +110,7 @@ impl Index {
io::ErrorKind::InvalidData,
format!(
"internal error: Earlier compressed received ({} > {})",
latest.uncompressed_offset, uncompressed_offset
latest.compressed_offset, compressed_offset
),
));
}