Skip to content

Commit

Permalink
Merge pull request #5006
Browse files Browse the repository at this point in the history
7c58421 blockchain_blackball: make log file name consistent with executable (stoffu)
  • Loading branch information
fluffypony committed Jan 16, 2019
2 parents e0c107e + 7c58421 commit 0673ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockchain_utilities/blockchain_blackball.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ int main(int argc, char* argv[])
return 1;
}

mlog_configure(mlog_get_default_log_path("monero-blockchain-find-spent-outputs.log"), true);
mlog_configure(mlog_get_default_log_path("monero-blockchain-mark-spent-outputs.log"), true);
if (!command_line::is_arg_defaulted(vm, arg_log_level))
mlog_set_log(command_line::get_arg(vm, arg_log_level).c_str());
else
Expand Down

0 comments on commit 0673ed5

Please sign in to comment.