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