mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
fix message
This commit is contained in:
@@ -598,7 +598,7 @@ CassandraBackend::fetchBookOffers(
|
|||||||
auto end = std::chrono::system_clock::now();
|
auto end = std::chrono::system_clock::now();
|
||||||
auto duration = ((end - start).count()) / 1000000000.0;
|
auto duration = ((end - start).count()) / 1000000000.0;
|
||||||
|
|
||||||
BOOST_LOG_TRIVIAL(info) << "Book directory fetch took "
|
BOOST_LOG_TRIVIAL(info) << "Book object fetch took "
|
||||||
<< std::to_string(duration) << " seconds.";
|
<< std::to_string(duration) << " seconds.";
|
||||||
|
|
||||||
for (size_t i = 0; i < objs.size(); ++i)
|
for (size_t i = 0; i < objs.size(); ++i)
|
||||||
|
|||||||
Reference in New Issue
Block a user