Skip to content

Commit

Permalink
Add back log message in inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 7, 2024
1 parent f29e3fd commit 1839742
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ fn get_db_sketch_inspect(
return DatabaseSketch::default();
}

info!(
"Database file {} processed with {} genomes",
genome_sketch_file, visitor.sketches.len()
);

DatabaseSketch{
database_file: genome_sketch_file.clone(),
c: visitor.c.unwrap(),
Expand Down

0 comments on commit 1839742

Please sign in to comment.