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
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
7 changed files with 7 additions and 6 deletions

View file

@ -35,6 +35,7 @@
int main(int argc, char** argv)
{
epee::string_tools::set_module_name_and_folder(argv[0]);
mlog_configure(mlog_get_default_log_path("unit_tests.log"), true);
epee::debug::get_set_enable_assert(true, false);
::testing::InitGoogleTest(&argc, argv);