export_to_pdf #8
|
@ -307,7 +307,7 @@ public class GeoportalExporter {
|
|||
|
||||
if (fetchedPDF == null) {
|
||||
theJson.setState(Status.NOT_FOUND.getReasonPhrase());
|
||||
theJson.setMessage("No job found");
|
||||
theJson.setMessage("No job found with id: "+jobCode);
|
||||
try {
|
||||
jsonReponse = responseToString(theJson);
|
||||
LOG.info("viewJob returning not found: " + jsonReponse);
|
||||
|
|
Loading…
Reference in New Issue