lwm2m: refactoring failed to update profile...

This commit is contained in:
nickAS21 2025-04-10 17:30:27 +03:00
parent da8c71061a
commit f722618aa0

View File

@ -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);
}
}