log trace on destroy for DefaultLwM2MOtaUpdateService
This commit is contained in:
parent
fed47f699c
commit
7b32286e4c
@ -146,7 +146,7 @@ public class DefaultLwM2MOtaUpdateService extends LwM2MExecutorAwareService impl
|
|||||||
|
|
||||||
@PreDestroy
|
@PreDestroy
|
||||||
public void destroy() {
|
public void destroy() {
|
||||||
log.info("Destroying {}", getClass().getSimpleName());
|
log.trace("Destroying {}", getClass().getSimpleName());
|
||||||
super.destroy();
|
super.destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user