diff options
Diffstat (limited to 'kgpg/transactions/kgpgtransaction.cpp')
-rw-r--r-- | kgpg/transactions/kgpgtransaction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/transactions/kgpgtransaction.cpp b/kgpg/transactions/kgpgtransaction.cpp index ba8c5aa..003c33d 100644 --- a/kgpg/transactions/kgpgtransaction.cpp +++ b/kgpg/transactions/kgpgtransaction.cpp @@ -87,7 +87,7 @@ KGpgTransactionPrivate::slotReadReady() #ifdef KGPG_DEBUG_TRANSACTIONS qDebug() << m_parent << line; #endif /* KGPG_DEBUG_TRANSACTIONS */ - //qDebug() << "trans-read: " << m_parent << line; + qDebug() << "trans-read: " << m_parent << line; if (line.startsWith(QLatin1String("[GNUPG:] USERID_HINT "))) { @@ -215,7 +215,7 @@ KGpgTransactionPrivate::write(const QByteArray &a) #ifdef KGPG_DEBUG_TRANSACTIONS qDebug() << m_parent << a; #endif /* KGPG_DEBUG_TRANSACTIONS */ - //qDebug() << "trans-write: " << m_parent << a; + qDebug() << "trans-write: " << m_parent << a; } void |