Revert "Temporarily disable bulk_pull_logging check for bulk push logging"
This reverts commit 26b18237c2
.
This commit is contained in:
parent
26b18237c2
commit
aef820ddc5
1 changed files with 2 additions and 2 deletions
|
@ -614,7 +614,7 @@ void rai::bulk_push_client::push (MDB_txn * transaction_a)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (true || connection->node->config.logging.bulk_pull_logging ())
|
||||
if (connection->node->config.logging.bulk_pull_logging ())
|
||||
{
|
||||
BOOST_LOG (connection->node->log) << "Bulk pushing range " << current_target.first.to_string () << " down to " << current_target.second.to_string ();
|
||||
}
|
||||
|
@ -636,7 +636,7 @@ void rai::bulk_push_client::send_finished ()
|
|||
{
|
||||
auto buffer (std::make_shared<std::vector<uint8_t>> ());
|
||||
buffer->push_back (static_cast<uint8_t> (rai::block_type::not_a_block));
|
||||
if (true || connection->node->config.logging.network_logging ())
|
||||
if (connection->node->config.logging.network_logging ())
|
||||
{
|
||||
BOOST_LOG (connection->node->log) << "Bulk push finished";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue