diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-02 21:25:30 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-02 21:25:30 +0200 |
commit | c3eff820be039e4ab09ff762ff61411690ceb7f4 (patch) | |
tree | e690bee500620bfaae1768f2e38722eff2edd77c /tests | |
parent | Merge pull request #1639 (diff) | |
parent | core: set missing verifivation_failed flag when rejecting a tx (diff) | |
download | monero-c3eff820be039e4ab09ff762ff61411690ceb7f4.tar.xz |
Merge pull request #1642
3ae79a59 core: set missing verifivation_failed flag when rejecting a tx (moneromooo-monero)
ea6549e9 core_tests: decrease trace level from trace to debug (moneromooo-monero)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/core_tests/chaingen_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp index 557e3f07c..5851d9c6a 100644 --- a/tests/core_tests/chaingen_main.cpp +++ b/tests/core_tests/chaingen_main.cpp @@ -51,7 +51,7 @@ int main(int argc, char* argv[]) //set up logging options mlog_configure(mlog_get_default_log_path("core_tests.log"), true); - mlog_set_log_level(3); + mlog_set_log_level(2); po::options_description desc_options("Allowed options"); command_line::add_arg(desc_options, command_line::arg_help); |