]> Git Repo - VerusCoin.git/commit - src/main.cpp
CTxMemPool: consolidate two frequently-printed debug.log lines into one
authorJeff Garzik <[email protected]>
Fri, 11 May 2012 00:20:31 +0000 (20:20 -0400)
committerJeff Garzik <[email protected]>
Fri, 11 May 2012 00:20:31 +0000 (20:20 -0400)
commit133dce6a37e634aebf6f9e41b8535393ac5f819e
tree5c8163d653de8fbb0b2551d10d228a1d673d589e
parente6fd96f054718e47688a5cd46337393056d32cb7
CTxMemPool: consolidate two frequently-printed debug.log lines into one

Previously, a single TX would trigger two log lines in quick succession,

        addUnchecked(): size 152
        CTxMemPool::accept() : accepted c4cfdd48b7

After this change, only one log line is used:

        CTxMemPool::accept() : accepted 98885e65db (poolsz 26)
src/main.cpp
This page took 0.025847 seconds and 4 git commands to generate.