Skip to content

Commit

Permalink
Use info for reset logging
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Nov 24, 2023
1 parent 53afeec commit e597aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaspad/src/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ do you confirm? (answer y/n or pass --yes to the Kaspad command line to confirm
let headers_store = DbHeadersStore::new(consensus_db, 0);

if headers_store.has(config.genesis.hash).unwrap() {
trace!("Genesis is found in active consensus DB. No action needed.");
info!("Genesis is found in active consensus DB. No action needed.");
} else {
let msg = "Genesis not found in active consensus DB. This happens when Testnet 11 is restarted and your database needs to be fully deleted. Do you confirm the delete? (y/n)";
get_user_approval_or_exit(msg, args.yes);
Expand Down

0 comments on commit e597aa3

Please sign in to comment.