Skip to content

Commit

Permalink
Merge pull request #1705 from skalenetwork/enhancement/1703-move-tq-s…
Browse files Browse the repository at this point in the history
…ize-log-to-info

1703 move tq size log to info
  • Loading branch information
DmytroNazarenko authored Oct 20, 2023
2 parents d87ca50 + 2e5c854 commit 18ab10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libethereum/SkaleHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ void SkaleHost::createBlock( const ConsensusExtFace::transactions_vector& _appro

logState();

clog( VerbosityDebug, "skale-host" )
clog( VerbosityInfo, "skale-host" )
<< "TQBYTES:CTQ:" << m_tq.status().currentBytes << ":FTQ:" << m_tq.status().futureBytes
<< ":TQSIZE:CTQ:" << m_tq.status().current << ":FTQ:" << m_tq.status().future;

Expand Down

0 comments on commit 18ab10c

Please sign in to comment.