fixups in logging init calls, and add missing net context in a log

This commit is contained in:
moneromooo-monero
2017-01-16 10:45:59 +00:00
parent ab69d5b367
commit a480bf6b14
7 changed files with 7 additions and 6 deletions

View File

@@ -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;