summaryrefslogtreecommitdiffstats
path: root/src/crypt
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-26 23:44:53 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-26 23:44:53 +0200
commit7e8e3249b4509cdb6f544a0cb10a5bbf13fbcd32 (patch)
treec9a80835856647877d98caeccda10974c9cdf776 /src/crypt
parentc42ecdf74890a5e31e5022b7d4f85dabbcf2cb62 (diff)
downloadIT-Sicherheit-7e8e3249b4509cdb6f544a0cb10a5bbf13fbcd32.tar.gz
IT-Sicherheit-7e8e3249b4509cdb6f544a0cb10a5bbf13fbcd32.zip
Make the messages human readable
Diffstat (limited to 'src/crypt')
-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();
}