updated log msg
This commit is contained in:
parent
55e6cddb9f
commit
5ecbae229a
@ -368,7 +368,7 @@ public class CalculatedFieldManagerMessageProcessor extends AbstractContextAware
|
|||||||
var proto = msg.getProto();
|
var proto = msg.getProto();
|
||||||
var linksList = proto.getLinksList();
|
var linksList = proto.getLinksList();
|
||||||
if (linksList.isEmpty()) {
|
if (linksList.isEmpty()) {
|
||||||
log.debug("[{}] No new linked telemetry to process for CF.", msg.getTenantId());
|
log.debug("[{}] No CF links to process new telemetry.", msg.getTenantId());
|
||||||
msg.getCallback().onSuccess();
|
msg.getCallback().onSuccess();
|
||||||
}
|
}
|
||||||
for (var linkProto : linksList) {
|
for (var linkProto : linksList) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user