diff --git a/src/util/externalcommandhelper.cpp b/src/util/externalcommandhelper.cpp index 713167c..e1527d4 100644 --- a/src/util/externalcommandhelper.cpp +++ b/src/util/externalcommandhelper.cpp @@ -245,6 +245,7 @@ void ExternalCommandHelper::exit(const QByteArray& signature) request.setNum(++m_Counter); QByteArray hash = QCryptographicHash::hash(request, QCryptographicHash::Sha512); if (!m_publicKey.verifyMessage(hash, signature, QCA::EMSA3_Raw)) { + qCritical() << xi18n("Invalid cryptographic signature"); return; }