fix some thread related log messages
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Sun, 14 Oct 2012 11:43:42 +0000 (13:43 +0200)
committersvost <ya.nowa@yandex.ru>
Sat, 18 Apr 2015 19:44:05 +0000 (22:44 +0300)
commitd041e87aaf08bb731a6a839d135a0a444b717ede
treec87adff4dc964826101331d4215cfc65f94fa81a
parentce2bd54eb512e1ee9d2f9d9e760b34ff4187d94f
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/irc.cpp
src/net.cpp