Update Lotw.php

pull/3109/head
Peter Goodhall 2024-05-15 22:36:37 +01:00
rodzic 16b2e65137
commit 24f59af0d1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -315,6 +315,7 @@ class Lotw extends CI_Controller {
//with the error message.
if(curl_errno($ch)){
throw new Exception(curl_error($ch));
// Upload of TQ8 Failed for unknown reason
echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") Upload Failed"."<br>";
}