blockchain_blackball: make log file name consistent with executable

This commit is contained in:
stoffu 2018-12-22 14:46:35 +09:00 committed by wowario
parent 7ea53abfdf
commit 59614f874a
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -1131,7 +1131,7 @@ int main(int argc, char* argv[])
return 1; return 1;
} }
mlog_configure(mlog_get_default_log_path("wownero-blockchain-find-spent-outputs.log"), true); mlog_configure(mlog_get_default_log_path("wownero-blockchain-mark-spent-outputs.log"), true);
if (!command_line::is_arg_defaulted(vm, arg_log_level)) if (!command_line::is_arg_defaulted(vm, arg_log_level))
mlog_set_log(command_line::get_arg(vm, arg_log_level).c_str()); mlog_set_log(command_line::get_arg(vm, arg_log_level).c_str());
else else