Skip to content

Commit

Permalink
Fix typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Mar 2, 2024
1 parent 29c9e76 commit 619360e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lantern_cli/src/external_index/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pub fn create_usearch_index(
&[],
)?;
logger.debug(&format!(
"Count estimation took {}",
"Count estimation took {}s",
start_time.elapsed().as_secs()
));

Expand Down

0 comments on commit 619360e

Please sign in to comment.