Skip to content
Snippets Groups Projects
Commit e8ca54fd authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7038 modify Log message and add doc string for property

parent 39eb9171
No related branches found
No related tags found
1 merge request!3Ozg 7038 evaluation dms quittung
......@@ -50,7 +50,9 @@ public class XtaProperties {
* Client identifiers used to identify cleint at XTA adapter.
*/
private List<XtaIdentifier> clientIdentifiers;
/*
* Times in cron format at which Quittungen are fetched.
*/
private String schedulerCron;
@Getter
......
......@@ -57,7 +57,7 @@ class QuittungService {
if (CollectionUtils.isNotEmpty(pendingCommands)) {
evaluateAbgabe(abgabeHandler, pendingCommands);
} else {
LOG.warn("No pending archive command found for vorgang: %s.", vorgangId);
LOG.warn("No pending archive command found for vorgang: %s. Cannot confirm archiving succesful", vorgangId);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment