about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--searchix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchix.go b/searchix.go
index 4a511bf..1cdae70 100644
--- a/searchix.go
+++ b/searchix.go
@@ -64,6 +64,7 @@ func main() {
 	}
 
 	if !exists {
+		slog.Info("Index doesn't exist. Starting build job...")
 		err = importer.Start(conf, write, *replace)
 		if err != nil {
 			log.Fatalf("Failed to build index: %v", err)