summaryrefslogtreecommitdiffstats
path: root/imitatepass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'imitatepass.cpp')
-rw-r--r--imitatepass.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/imitatepass.cpp b/imitatepass.cpp
index 4e39bba8..ace52ff7 100644
--- a/imitatepass.cpp
+++ b/imitatepass.cpp
@@ -229,8 +229,8 @@ void ImitatePass::reencryptPath(QString dir) {
}
actualKeys.sort();
if (actualKeys != gpgId) {
- // qDebug() << actualKeys << gpgId << getRecipientList(fileName);
- qDebug() << "reencrypt " << fileName << " for " << gpgId;
+ // dbg()<< actualKeys << gpgId << getRecipientList(fileName);
+ dbg()<< "reencrypt " << fileName << " for " << gpgId;
QString local_lastDecrypt = "Could not decrypt";
emit lastDecrypt(local_lastDecrypt);
executeWrapper(QtPassSettings::getGpgExecutable(),
@@ -272,7 +272,7 @@ void ImitatePass::reencryptPath(QString dir) {
}
} else {
- qDebug() << "Decrypt error on re-encrypt";
+ dbg()<< "Decrypt error on re-encrypt";
}
}
}