Show the actual error from Clublog if there is one

这个提交包含在:
Peter Goodhall 2019-06-20 16:31:00 +01:00
父节点 e351185bf1
当前提交 3aeb1e6fe6

查看文件

@ -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;
}
}