mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Merge pull request #1932 from Diapolo/thread_printf
fix some thread related log messages
This commit is contained in:
@@ -1309,6 +1309,8 @@ void DumpAddresses()
|
||||
|
||||
void ThreadDumpAddress2(void* parg)
|
||||
{
|
||||
printf("ThreadDumpAddress started\n");
|
||||
|
||||
vnThreadsRunning[THREAD_DUMPADDRESS]++;
|
||||
while (!fShutdown)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user