fix message

This commit is contained in:
Nathan Nichols
2021-05-13 08:26:42 -05:00
parent 9b8e0bdf99
commit cabd9e0c45

View File

@@ -598,7 +598,7 @@ CassandraBackend::fetchBookOffers(
auto end = std::chrono::system_clock::now();
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.";
for (size_t i = 0; i < objs.size(); ++i)