diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-16 10:45:59 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-16 10:45:59 +0000 |
commit | a480bf6b1497eb1f5e9b27026d009663fea19642 (patch) | |
tree | afc6aaa829a9f1ff1fa6d359e1fab6326c61d6ec /src/blockchain_utilities/blockchain_export.cpp | |
parent | Merge pull request #1569 (diff) | |
download | monero-a480bf6b1497eb1f5e9b27026d009663fea19642.tar.xz |
fixups in logging init calls, and add missing net context in a log
Diffstat (limited to 'src/blockchain_utilities/blockchain_export.cpp')
-rw-r--r-- | src/blockchain_utilities/blockchain_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_utilities/blockchain_export.cpp b/src/blockchain_utilities/blockchain_export.cpp index 952855fa5..b4411fbba 100644 --- a/src/blockchain_utilities/blockchain_export.cpp +++ b/src/blockchain_utilities/blockchain_export.cpp @@ -125,7 +125,7 @@ int main(int argc, char* argv[]) log_level = command_line::get_arg(vm, arg_log_level); block_stop = command_line::get_arg(vm, arg_block_stop); - mlog_configure("", true); + mlog_configure("monero-blockchain-export", true); LOG_PRINT_L0("Starting..."); bool opt_testnet = command_line::get_arg(vm, arg_testnet_on); |