lwm2m: refactoring failed to update profile...
This commit is contained in:
parent
da8c71061a
commit
f722618aa0
@ -424,7 +424,7 @@ public class DefaultLwM2mUplinkMsgHandler extends LwM2MExecutorAwareService impl
|
||||
this.onDeviceUpdate(client, device, newDeviceProfileOpt);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.warn("[{}] failed to update device: {}", device.getId(), device);
|
||||
log.warn("[{}] failed to update device: {} [{}]", device.getId(), e.getMessage(), device);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user