refactor: PR feedback

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Edd Robinson 2020-07-08 18:55:03 +01:00
parent 5755949c01
commit 4e455ff595
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ pub fn convert(
compression_level: CompressionLevel,
) -> Result<()> {
info!("convert starting");
debug!("Reading from input file {}", input_path);
debug!("Reading from input path {}", input_path);
if is_directory(input_path) {
let files: Vec<_> = fs::read_dir(input_path)