updated message

This commit is contained in:
Francesco Mangiacrapa 2024-04-23 12:32:57 +02:00
parent f9f1f3bf1f
commit 4f6bf4613e
1 changed files with 1 additions and 1 deletions

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