mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 09:35:55 +00:00
add more logging
This commit is contained in:
@@ -273,6 +273,8 @@ flatMapReadObjectCallback(CassFuture* fut, void* cbData)
|
||||
else
|
||||
{
|
||||
auto finish = [&requestParams]() {
|
||||
BOOST_LOG_TRIVIAL(trace)
|
||||
<< "flatMapReadObjectCallback - finished a read";
|
||||
size_t batchSize = requestParams.batchSize;
|
||||
if (++(requestParams.numFinished) == batchSize)
|
||||
requestParams.cv.notify_all();
|
||||
|
||||
Reference in New Issue
Block a user