From 0f06b03a1c42655f3217b1a8f2936320a7b0cf67 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Mon, 25 Dec 2017 16:50:42 -0600 Subject: [PATCH] Improving logging wording. --- rai/node/bootstrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai/node/bootstrap.cpp b/rai/node/bootstrap.cpp index 22042f4e..404c3f6c 100755 --- a/rai/node/bootstrap.cpp +++ b/rai/node/bootstrap.cpp @@ -609,7 +609,7 @@ void rai::bulk_pull_client::received_block (boost::system::error_code const & ec node_l->network.broadcast_confirm_req (block); auto hash (block_a->hash ()); attempt_l->requeue_pull (rai::pull_info (pull_l.account, hash, hash)); - BOOST_LOG (node_l->log) << boost::str (boost::format ("Fork received in bootstrap between: %1% and %2% root %3%") % block_a->hash ().to_string () % block->hash ().to_string () % block_a->root ().to_string ()); + BOOST_LOG (node_l->log) << boost::str (boost::format ("While bootstrappping, fork between our block: %2% and block %1% both with root %3%") % block_a->hash ().to_string () % block->hash ().to_string () % block_a->root ().to_string ()); break; } default: