mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 16:15:50 +00:00
log parser
This commit is contained in:
@@ -108,6 +108,7 @@ public:
|
||||
|
||||
~CassandraPreparedStatement()
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(info) << __func__;
|
||||
if (prepared_)
|
||||
{
|
||||
cass_prepared_free(prepared_);
|
||||
@@ -288,6 +289,7 @@ public:
|
||||
{
|
||||
if (statement_)
|
||||
cass_statement_free(statement_);
|
||||
BOOST_LOG_TRIVIAL(info) << __func__;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -620,6 +622,7 @@ public:
|
||||
|
||||
~CassandraBackend() override
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(info) << __func__;
|
||||
if (open_)
|
||||
close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user