Skip to content

Commit

Permalink
Added one log line informing about the used params
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmej committed Oct 7, 2024
1 parent 5edafe1 commit 14d02e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/partial_quicksync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 14d02e2

Please sign in to comment.