Skip to content

Commit

Permalink
update debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Feb 12, 2024
1 parent 81bf854 commit ea13339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/pointers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4228,7 +4228,7 @@ export class Pointer<T = any> extends Ref<T> {

// 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;
}

Expand Down

0 comments on commit ea13339

Please sign in to comment.