diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-26 23:44:53 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-26 23:44:53 +0200 |
| commit | 7e8e3249b4509cdb6f544a0cb10a5bbf13fbcd32 (patch) | |
| tree | c9a80835856647877d98caeccda10974c9cdf776 | |
| parent | c42ecdf74890a5e31e5022b7d4f85dabbcf2cb62 (diff) | |
| download | IT-Sicherheit-7e8e3249b4509cdb6f544a0cb10a5bbf13fbcd32.tar.gz IT-Sicherheit-7e8e3249b4509cdb6f544a0cb10a5bbf13fbcd32.zip | |
Make the messages human readable
| -rw-r--r-- | src/crypt/cryptclassnullcipher.cpp | 2 |
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(); } |
