Skip to content

Commit

Permalink
GH-1662 Switch to debug level log message
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Oct 2, 2023
1 parent 70421b7 commit 7cddb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/producer_plugin/producer_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@ void producer_plugin::log_failed_transaction(const transaction_id_type& trx_i

// Called from only one read_only thread
void producer_plugin_impl::switch_to_write_window() {
fc_ilog(_log, "Read-only threads ${n}, read window ${r}us, total all threads ${t}us",
fc_dlog(_log, "Read-only threads ${n}, read window ${r}us, total all threads ${t}us",
("n", _ro_thread_pool_size)("r", fc::time_point::now() - _ro_read_window_start_time)("t", _ro_all_threads_exec_time_us.load()));

chain::controller& chain = chain_plug->chain();
Expand Down

0 comments on commit 7cddb45

Please sign in to comment.