From 5b004a2583af8333d466170c0cd3be989b16de49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Mon, 30 Oct 2023 14:23:41 +0100 Subject: [PATCH] Add more logs to the dump exporter --- meilitool/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meilitool/src/main.rs b/meilitool/src/main.rs index 2b40e42c2..e7c9674bb 100644 --- a/meilitool/src/main.rs +++ b/meilitool/src/main.rs @@ -260,6 +260,9 @@ fn export_a_dump( eprintln!("Dumping the indexes..."); + eprintln!("Successfully dumped {count} tasks!"); + eprintln!("Dumping the indexes..."); + // 4. Dump the indexes let mut count = 0; for result in index_mapping.iter(&rtxn)? {