summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/crypt/cryptclassnullcipher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypt/cryptclassnullcipher.cpp b/src/crypt/cryptclassnullcipher.cpp
index eb3d81a..d427efa 100644
--- a/src/crypt/cryptclassnullcipher.cpp
+++ b/src/crypt/cryptclassnullcipher.cpp
@@ -121,6 +121,6 @@ void CryptClassNullCipher::decrypt()
void CryptClassNullCipher::handleErrors()
{
- qDebug() << ERR_get_error();
+ qDebug() << ERR_reason_error_string(ERR_get_error());
abort();
}