Add newline for error messages

This commit is contained in:
phl0
2024-03-06 13:32:49 +01:00
parent d67716cc70
commit 950ed3a462

View File

@@ -120,7 +120,7 @@ class Clublog extends CI_Controller {
echo "Clublog upload for ".$station_row->station_callsign."<br>";
log_message('info', 'Clublog DUPLICATE upload for '.$station_row->station_callsign.' successfully sent.');
} else {
echo "Error ".$response;
echo "Error ".$response."<br />";
log_message('error', 'Clublog upload for '.$station_row->station_callsign.' failed reason '.$response);
}