Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jun 20, 2024
1 parent 6a21abc commit 3ae87e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/derive/src/stages/channel_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl BatchReader {
brotli_used = true;
self.decompressed = decompress_brotli(&data).ok()?;
} else {
tracing::warn!(target: "batch-reader", "Unsupported compression type: {:x}, skipping batch", compression_type);
tracing::error!(target: "batch-reader", "Unsupported compression type: {:x}, skipping batch", compression_type);
return None;
}
}
Expand Down

0 comments on commit 3ae87e1

Please sign in to comment.