aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/descriptor.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-08-07 16:01:59 +0000
committerGravatar Elvio Basello2010-08-07 16:01:59 +0000
commit403374043e06788423598a7d1a656443e1a85704 (patch)
tree265717148afebfa1af7a0f623b7ca966967153b1 /src/modules/dcc/descriptor.cpp
parentupdated translation files (diff)
downloadKVIrc-403374043e06788423598a7d1a656443e1a85704.tar.gz
KVIrc-403374043e06788423598a7d1a656443e1a85704.tar.bz2
KVIrc-403374043e06788423598a7d1a656443e1a85704.zip
cleaned code: removed all instances of debug
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/descriptor.cpp')
-rw-r--r--src/modules/dcc/descriptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/descriptor.cpp b/src/modules/dcc/descriptor.cpp
index 46ed03a21..237acfb5d 100644
--- a/src/modules/dcc/descriptor.cpp
+++ b/src/modules/dcc/descriptor.cpp
@@ -129,7 +129,7 @@ void KviDccDescriptor::triggerCreationEvent()
{
if(m_bCreationEventTriggered)
{
- debug("Ops.. trying to trigger OnDccSessionCreated twice");
+ qDebug("Ops.. trying to trigger OnDccSessionCreated twice");
return;
}
m_bCreationEventTriggered = true;