Log that format drive request was made

This commit is contained in:
Taylor Helsper 2022-03-16 21:53:25 -05:00
parent c89eab3d36
commit b83ad3b525

View File

@ -23,6 +23,7 @@ proc checkPartitionsForExistingMyNodeFs {partitionsName} {
# Check if we are skipping the check (to reformat drive)
if { [file exists /home/bitcoin/.mynode/force_format_prompt] } {
puts "Forcing format prompt (/home/bitcoin/.mynode/force_format_prompt exists)"
return 0
}