Update Clublog.php

This commit is contained in:
Peter Goodhall
2019-09-26 13:20:56 +01:00
parent 7f18ffcabf
commit bf6963bf38

View File

@@ -106,7 +106,7 @@ class Clublog extends CI_Controller {
}
} else {
echo "Nothing awaiting upload to clublog";
echo "Nothing awaiting upload to clublog for ".$station_row->station_callsign;
}
}
}