diff --git a/plugins/producer_plugin/producer_plugin.cpp b/plugins/producer_plugin/producer_plugin.cpp index 9f41ccc885..d4bd85fbb1 100644 --- a/plugins/producer_plugin/producer_plugin.cpp +++ b/plugins/producer_plugin/producer_plugin.cpp @@ -1183,7 +1183,7 @@ void producer_plugin::plugin_initialize(const boost::program_options::variables_ // max-transaction-time can be set to negative for unlimited time my->_ro_max_trx_time_us = fc::microseconds::maximum(); } - ilog("read-only-threads ${s}, max read-only trx time to be enforced: ${t} us}", ("s", my->_ro_thread_pool_size)("t", my->_ro_max_trx_time_us)); + ilog("read-only-threads ${s}, max read-only trx time to be enforced: ${t} us", ("s", my->_ro_thread_pool_size)("t", my->_ro_max_trx_time_us)); my->_incoming_block_sync_provider = app().get_method().register_provider( [this](const signed_block_ptr& block, const std::optional& block_id, const block_state_ptr& bsp) {