Logging who gave us the frontier list.
This commit is contained in:
parent
91e5d79e47
commit
13cc71b9a2
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ void rai::bootstrap_attempt::completed_requests (std::shared_ptr <rai::bootstrap
|
|||
std::lock_guard <std::mutex> lock (mutex);
|
||||
if (node->config.logging.network_logging ())
|
||||
{
|
||||
BOOST_LOG (node->log) << boost::str (boost::format ("Completed frontier request, %1% out of sync accounts") % pulls.size ());
|
||||
BOOST_LOG (node->log) << boost::str (boost::format ("Completed frontier request, %1% out of sync accounts according to %2%") % pulls.size () % client_a->endpoint);
|
||||
}
|
||||
state = rai::attempt_state::requesting_pulls;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue