decentralised sync engine

refactor: small logging

serenity 62b35fb1 d4382f00

Changed files
+2 -1
src
lib
+2 -1
src/lib/setup.ts
···
channels: channelAtUris,
});
if (!handshakeResult.ok) {
-
console.error(handshakeResult.error);
+
console.error("Handshake to", shardDid, "failed.");
+
console.error(JSON.stringify(handshakeResult.error));
continue;
}
const sessionInfo = handshakeResult.data;