mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[eQSL] Log Upload responses as debug messages in log
This commit is contained in:
@@ -551,7 +551,7 @@ class eqsl extends CI_Controller {
|
||||
|
||||
// Dump out a table with the results
|
||||
$data['eqsl_results_table'] = $table;
|
||||
$data['eqsl_response'] = $result;
|
||||
log_message('debug', $result);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -48,11 +48,6 @@
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<?php if($eqsl_response) { ?>
|
||||
<h3>eQSL Response:</h3>
|
||||
<?php echo $eqsl_response; ?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user