export_to_pdf #8

Merged
francesco.mangiacrapa merged 84 commits from export_to_pdf into master 2024-06-28 15:17:39 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4f6bf4613e - Show all commits

View File

@ -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);