lwm2m-registry: add debug DataValidationException
This commit is contained in:
parent
8fa4617a7a
commit
39235c4931
@ -301,7 +301,7 @@ public class InstallScripts {
|
|||||||
toLwm2mResource(resource);
|
toLwm2mResource(resource);
|
||||||
resourceService.saveResource(resource);
|
resourceService.saveResource(resource);
|
||||||
} catch (DataValidationException e) {
|
} catch (DataValidationException e) {
|
||||||
log.error("[{}] {}", resource.getFileName(), e.getMessage());
|
log.debug("[{}] {}", resource.getFileName(), e.getMessage());
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user