Show the actual error from Clublog if there is one

This commit is contained in:
Peter Goodhall 2019-06-20 16:31:00 +01:00
parent e351185bf1
commit 3aeb1e6fe6

View File

@ -92,7 +92,7 @@ class Clublog extends CI_Controller {
$this->load->model('clublog_model');
$this->clublog_model->mark_qsos_sent();
} else {
echo "Error";
echo "Error ".$response;
}
}