From 4e72fa6381ed4905f26c1c94dfd2435f36a88cbc Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 14 Mar 2025 13:27:50 +0000 Subject: [PATCH] Add at least an error-output for faulty QSOs --- application/models/Eqslmethods_model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/models/Eqslmethods_model.php b/application/models/Eqslmethods_model.php index d850b8a81..d0da18358 100644 --- a/application/models/Eqslmethods_model.php +++ b/application/models/Eqslmethods_model.php @@ -291,6 +291,7 @@ class Eqslmethods_model extends CI_Model { } else { if (stristr($result, "Result: 0 out of 0 records added")) { $msg = __("Something went wrong with eQSL.cc!"); + log_message('error', 'eQSL at QSO: '.$qsl['COL_PRIMARY_KEY']); // No leftover-Debug, but Find the faulty QSO for not known errors! log_message('error', 'eQSL: '.$msg); $this->session->set_flashdata('warning', $msg); $status = "Error";