From 14d02e2693d4015bf6b5dd0d07fe1c82fb3707cc Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Mon, 7 Oct 2024 21:08:01 +0200 Subject: [PATCH] Added one log line informing about the used params --- src/partial_quicksync.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/partial_quicksync.rs b/src/partial_quicksync.rs index 4409eaa..d553351 100644 --- a/src/partial_quicksync.rs +++ b/src/partial_quicksync.rs @@ -164,6 +164,7 @@ pub fn partial_restore( .text()?; let total = start_points.len(); + println!("Looking for restore points with untrusted_layers={untrusted_layers}, jump_back={jump_back}"); println!("Found {total} potential restore points"); conn.close().expect("closing DB connection");