From 2d04c5402f527727922960c582e123e86fe9737a Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Mon, 15 Jul 2024 18:55:36 +0300 Subject: [PATCH] REVIEW --- src/Net/IIP/DistributedConnection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Net/IIP/DistributedConnection.js b/src/Net/IIP/DistributedConnection.js index e491147..2a6f797 100644 --- a/src/Net/IIP/DistributedConnection.js +++ b/src/Net/IIP/DistributedConnection.js @@ -2967,7 +2967,7 @@ export default class DistributedConnection extends IStore { else if (resource != null && !resource._p.suspended) { // @REVIEW: this should never happen - console.log("DCON", LogType.Error, "Resource not moved to attached."); + console.log("DCON: Resource not moved to attached.", resource); return new AsyncReply(resource); }