Skip to content
Snippets Groups Projects
Commit 59d951a7 authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Add log message

parent e5770336
No related branches found
No related tags found
2 merge requests!2#414 Remaining changes from MR,!1planning#414 Methoden Signaturen (Zwischenstand)
...@@ -61,6 +61,7 @@ public class SubmissionSender implements Sender { ...@@ -61,6 +61,7 @@ public class SubmissionSender implements Sender {
try { try {
return Optional.of(authService.authenticate(clientId, clientSecret, scope)); return Optional.of(authService.authenticate(clientId, clientSecret, scope));
} catch (AuthenticationException e) { } catch (AuthenticationException e) {
logger.error("client could not be authenticated", e.getMessage());
return Optional.empty(); return Optional.empty();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment