There was an error while loading. Please reload this page.
1 parent cf1c3e7 commit 5bca2ceCopy full SHA for 5bca2ce
1 file changed
src/limestone/datastore.cpp
@@ -518,7 +518,8 @@ log_channel& datastore::create_channel(const boost::filesystem::path& location)
518
void datastore::register_transaction_tpm_id(std::string_view tx_id, std::uint64_t tpm_id) {
519
TRACE_START << "tx_id=" << std::string(tx_id) << ", tpm_id=" << tpm_id;
520
LOG_LP(INFO) << "register_transaction_tpm_id called: tx_id=" << std::string(tx_id)
521
- << " tpm_id=" << tpm_id;
+ << " tpm_id=" << tpm_id
522
+ << " epoch_id_informed=" << epoch_id_informed_.load();
523
if (!impl_->is_tp_monitor_enabled()) {
524
TRACE_END << "tp_monitor disabled";
525
return;
0 commit comments