From a480bf6b1497eb1f5e9b27026d009663fea19642 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 16 Jan 2017 10:45:59 +0000 Subject: fixups in logging init calls, and add missing net context in a log --- tests/core_proxy/core_proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core_proxy/core_proxy.cpp') diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp index e7c69e9e5..6edca1050 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -75,7 +75,7 @@ int main(int argc, char* argv[]) string_tools::set_module_name_and_folder(argv[0]); //set up logging options - mlog_configure(mlog_get_default_log_path("core_tests.log"), true); + mlog_configure(mlog_get_default_log_path("core_proxy.log"), true); mlog_set_log_level(2); -- cgit v1.2.3