aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search.rs b/src/search.rs
index 9631885..0ee9a6c 100644
--- a/src/search.rs
+++ b/src/search.rs
@@ -53,6 +53,8 @@ pub static INDEX_WRITER: SyncLazy<Mutex<tantivy::IndexWriter>> =
});
pub fn index() {
+ info!("spawned search indexer");
+
loop {
let path = (*SCHEMA.lock().unwrap()).get_field("path").unwrap();
let description =