summaryrefslogtreecommitdiffstats
path: root/kget/transfer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kget/transfer.cpp')
-rw-r--r--kget/transfer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/transfer.cpp b/kget/transfer.cpp
index 9303a9a2..22a5b8ad 100644
--- a/kget/transfer.cpp
+++ b/kget/transfer.cpp
@@ -178,7 +178,7 @@ void Transfer::synchronousAbort()
void Transfer::slotUpdateActions()
{
- sDebugIn << "the item tqStatus is =" << status << "offline=" << ksettings.b_offline << endl;
+ sDebugIn << "the item Status is =" << status << "offline=" << ksettings.b_offline << endl;
//if we are offline just disable Resume and Pause and return
if (ksettings.b_offline) {
m_paResume->setEnabled(false);