From 0edda44aaadd510716be5dde8482e0671ecacccf Mon Sep 17 00:00:00 2001 From: phoenix <51927076+phoenix-o@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:42:30 -0400 Subject: [PATCH] s --- crates/sui-data-ingestion/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/sui-data-ingestion/src/main.rs b/crates/sui-data-ingestion/src/main.rs index 0a03b9af29591..f9e17a84785f5 100644 --- a/crates/sui-data-ingestion/src/main.rs +++ b/crates/sui-data-ingestion/src/main.rs @@ -89,6 +89,7 @@ fn setup_env(exit_sender: oneshot::Sender<()>) { #[tokio::main] async fn main() -> Result<()> { + eprintln!("starting ingestion..."); let (exit_sender, exit_receiver) = oneshot::channel(); setup_env(exit_sender);