log.warn("[{}] Failed to process initClientTelemetry! Profile is null. Update procedure may not have completed after reboot yet",lwM2MClient.getEndpoint());
logService.log(lwM2MClient,"Failed to process initClientTelemetry. Profile is null. Update procedure may not have completed after reboot yet");
}
}
@ -1016,7 +1021,7 @@ public class DefaultLwM2mUplinkMsgHandler extends LwM2MExecutorAwareService impl
t->log.error("[{}] Failed to get attributes",lwM2MClient.getEndpoint(),t),
executor);
}else{
log.warn("[{}] Failed to process initAttributes! Profile is null. Update procedure may not have completed after reboot yet",lwM2MClient.getEndpoint());
logService.log(lwM2MClient,"Failed to process initAttributes. Profile is null. Update procedure may not have completed after reboot yet");
}
}
@ -1107,7 +1115,7 @@ public class DefaultLwM2mUplinkMsgHandler extends LwM2MExecutorAwareService impl