mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
Show the actual error from Clublog if there is one
This commit is contained in:
parent
e351185bf1
commit
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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user