removed fatal from log...
This commit is contained in:
parent
f1267387a3
commit
d45b64b53f
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ public class Sdf01Executor extends AbstractExecutor<SDf01> {
|
|||
}
|
||||
continue;
|
||||
} else if (ClearingError.AccountNotPresent.equals(error.map(EnumMessage::getSubject).orElse(null))) {
|
||||
log.error("fatal error: resumed processing after generating accounts, but no account found for sdf01.id={}", sdf01.getId());
|
||||
log.error("resumed processing after generating accounts, but no account found for sdf01.id={}", sdf01.getId());
|
||||
}
|
||||
if (error.isPresent()) {
|
||||
log.error("sdf01.id={} error: {}", sdf01.getId(), messageResolver.resolve(error.get()));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue