Skip to content

Commit

Permalink
Merge pull request #80 from abes-esr/CDE-396-cas-de-non-reponse-des-w…
Browse files Browse the repository at this point in the history
…ebservices-online-id-2-ppn-et-print-id-2-ppn-et-dat-2-ppn-pe-aussi-en-test

change log debug to log error
  • Loading branch information
pierre-maraval authored Mar 25, 2024
2 parents 5dac9be + 2cad4ca commit bafd520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public ResultWsDto onlineIdentifier2Ppn(@PathVariable String type, @PathVariable
log.error("erreur dans la récupération de la notice correspondant à l'identifiant " + onlineIdentifier);
throw new IOException(ex);
} catch (IllegalPpnException ex) {
log.debug("Impossible de retrouver une notice correspondant à cet identifiant");
log.error("Impossible de retrouver une notice correspondant à l'identifiant " + onlineIdentifier);
throw new IOException(ex);
}
return resultat;
Expand Down

0 comments on commit bafd520

Please sign in to comment.