Skip to content

Commit

Permalink
Improve log msg on startup check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword-Smith committed Aug 9, 2023
1 parent ef2c7af commit be9f628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/models/state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,9 @@ impl GlobalState {
}

if recovery_data_for_missing_mutxos.is_empty() {
info!("No missing monitored UTXOs found in wallet database. Database looks good.");
info!(
"No missing monitored UTXOs found in wallet database. Wallet database looks good."
);
return Ok(());
}

Expand Down

0 comments on commit be9f628

Please sign in to comment.