warn -> info for "new deals not found" in loading ExecutionDeposit/ExecutionFond
This commit is contained in:
parent
a0525260ed
commit
4249e486ba
2 changed files with 2 additions and 2 deletions
|
|
@ -258,7 +258,7 @@ public class ExecutionDepositComponent {
|
|||
}
|
||||
|
||||
private void logError(IEnumId subject, Object... args) {
|
||||
log.warn("{}", msgResolver.resolve(new EnumMessage(subject, args)));
|
||||
log.info("{}", msgResolver.resolve(new EnumMessage(subject, args)));
|
||||
}
|
||||
|
||||
private void logError(Long sTradeId, EnumMessage msg) {
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@ public class ExecutionFondComponent {
|
|||
}
|
||||
|
||||
private void logError(IEnumId subject, Object... args) {
|
||||
log.warn("{}", msgResolver.resolve(new EnumMessage(subject, args)));
|
||||
log.info("{}", msgResolver.resolve(new EnumMessage(subject, args)));
|
||||
}
|
||||
|
||||
private void logError(Long sTradeId, EnumMessage msg) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue