diff --git a/runtime/pointers.ts b/runtime/pointers.ts index 8f46e4ae..eccfc326 100644 --- a/runtime/pointers.ts +++ b/runtime/pointers.ts @@ -4228,7 +4228,7 @@ export class Pointer extends Ref { // cannot send updates as @@local if (Runtime.endpoint == LOCAL_ENDPOINT) { - logger.warn("Skipped DATEX update " + this.idString() + " (" + identifier + ")" + " to " + receiver + ", own endpoint is @@local"); + logger.debug("Skipped DATEX update " + this.idString() + " (" + identifier + ")" + " to " + receiver + ", own endpoint is @@local"); return; }