From 847593228de8634bf6ef5933a474c7e63be59146 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sun, 14 Oct 2012 13:43:42 +0200 Subject: fix some thread related log messages - "ThreadIRCSeed started" was not displayed, even if the thread ran (although only for a short time as the "do we want this thread?"-checks happen IN ThreadIRCSeed2()) - the patch ensures we always get that message - add a "ThreadIRCSeed trying to connect..." message - add missing "ThreadDumpAddress started" message --- src/net.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net.cpp') diff --git a/src/net.cpp b/src/net.cpp index 2598f0214e..8ab596f06b 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1313,6 +1313,8 @@ void DumpAddresses() void ThreadDumpAddress2(void* parg) { + printf("ThreadDumpAddress started\n"); + vnThreadsRunning[THREAD_DUMPADDRESS]++; while (!fShutdown) { -- cgit v1.2.3