imdg поправил лог
This commit is contained in:
parent
603a8e66ca
commit
38db91a748
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public abstract class AbstractUpdateMapService implements InitializingBean,
|
|||
@Override
|
||||
public void afterPropertiesSet() {
|
||||
addingListenersToCards();
|
||||
log.debug("UpdateMapService started.");
|
||||
log.debug("UpdateMapService started. {}", this);
|
||||
}
|
||||
|
||||
protected abstract void addingListenersToCards();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue