Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:tantivy-search/tantivy-cli into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
fulmicoton committed Jul 19, 2017
2 parents 6324e6b + c81fc97 commit 6c4a704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn run_index(directory: PathBuf,
println!("Terminated successfully!");
{
let duration = start_overall.to(PreciseTime::now());
info!("Indexing the documents took {} overall (indexing + merge)", duration.num_seconds());
info!("Indexing the documents took {} s overall (indexing + merge)", duration.num_seconds());
}
Ok(())
}
Expand Down

0 comments on commit 6c4a704

Please sign in to comment.