diff options
Diffstat (limited to 'src/kvilib/net/kvi_dns.cpp')
-rw-r--r-- | src/kvilib/net/kvi_dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/net/kvi_dns.cpp b/src/kvilib/net/kvi_dns.cpp index 285c45e3..d537e3fe 100644 --- a/src/kvilib/net/kvi_dns.cpp +++ b/src/kvilib/net/kvi_dns.cpp @@ -363,7 +363,7 @@ KviDns::~KviDns() if(m_pSlaveThread)delete m_pSlaveThread; // will eventually terminate it (but it will also block us!!!) KviThreadManager::killPendingEvents(this); if(m_pDnsResult)delete m_pDnsResult; - if(m_pAuxData)debug("You're leaking memory man! m_pAuxData is non 0!"); + if(m_pAuxData)tqDebug("You're leaking memory man! m_pAuxData is non 0!"); } |