mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
fixups in logging init calls, and add missing net context in a log
This commit is contained in:
@@ -722,7 +722,7 @@ int main(int argc, char* argv[])
|
||||
m_config_folder = command_line::get_arg(vm, data_dir_arg);
|
||||
db_arg_str = command_line::get_arg(vm, arg_database);
|
||||
|
||||
mlog_configure("", true);
|
||||
mlog_configure("monero-blockchain-import", true);
|
||||
MINFO("Starting...");
|
||||
|
||||
boost::filesystem::path fs_import_file_path;
|
||||
|
||||
Reference in New Issue
Block a user