From 7e8e3249b4509cdb6f544a0cb10a5bbf13fbcd32 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Tue, 26 May 2015 23:44:53 +0200 Subject: Make the messages human readable --- src/crypt/cryptclassnullcipher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.2.3-70-g09d2