From 95a3faccee49c1e6df12acd5621c41cb5190f5fe Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 10 Jul 2024 18:00:56 +0200 Subject: [PATCH] Add error message --- application/controllers/Lotw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index a18cd7110..81ac3b439 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -1003,7 +1003,7 @@ class Lotw extends CI_Controller { return $signature_b64."\n"; } else { // in case of deprecation of SHA-1 in some distro - log_message('error', openssl_error_string()); + log_message('error', 'Error signing LoTW log: '.openssl_error_string()); } } else { log_message('error', 'Error signing LoTW log.');