A bit more debug output for tdns

This commit is contained in:
Alexey Sokolov
2012-03-24 00:35:49 +07:00
parent 4b3b0a5535
commit 2f853bee61

View File

@@ -358,6 +358,7 @@ CSockManager::~CSockManager() {
void CSockManager::Connect(const CString& sHostname, u_short iPort, const CString& sSockName, int iTimeout, bool bSSL, const CString& sBindHost, CZNCSock *pcSock) {
#ifdef HAVE_THREADED_DNS
DEBUG("TDNS: initiating resolving of [" << sHostname << "] and bindhost [" << sBindHost << "]");
TDNSTask* task = new TDNSTask;
task->sHostname = sHostname;
task->iPort = iPort;