changeset 2285:cc371473ada1

logging
author drewp@bigasterisk.com
date Mon, 29 May 2023 19:37:49 -0700
parents dcfa69d53fd2
children c7316d08aab2
files light9/web/RdfDbChannel.ts
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/RdfDbChannel.ts	Mon May 29 19:37:41 2023 -0700
+++ b/light9/web/RdfDbChannel.ts	Mon May 29 19:37:49 2023 -0700
@@ -113,7 +113,7 @@
   }
 
   private onPatch(input: SyncgraphPatchMessage) {
-    log("patch from server [0]");
+    log(`patch msg from server`);
     this.serverMessage.emit({ evType: "patch", body: input });
     this.messagesReceived++;
     this.updateStatus();