File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ std::shared_ptr<nano::block> nano::scheduler::priority::activate (secure::transa
9696 {
9797 node.logger .trace (nano::log::type::election_scheduler, nano::log::detail::block_overflow,
9898 nano::log::arg{ " block" , block->hash ().to_string () },
99+ nano::log::arg{ " removed" , removed->hash ().to_string () },
99100 nano::log::arg{ " time" , time_priority.time_since_epoch ().count () });
100101 // Bucket was full and another block was lowest priority
101102 auto inserted = tracking.emplace (block->hash (), &bucket);
@@ -108,6 +109,7 @@ std::shared_ptr<nano::block> nano::scheduler::priority::activate (secure::transa
108109 {
109110 node.logger .trace (nano::log::type::election_scheduler, nano::log::detail::block_reject,
110111 nano::log::arg{ " block" , block->hash ().to_string () },
112+ nano::log::arg{ " removed" , removed->hash ().to_string () },
111113 nano::log::arg{ " time" , time_priority.time_since_epoch ().count () });
112114 lock.unlock ();
113115 // Bucket was full and block inserted was lowest priority
You can’t perform that action at this time.
0 commit comments