diff --git a/backend/src/app/util/websocket.clj b/backend/src/app/util/websocket.clj index 5eb1737d6..994070797 100644 --- a/backend/src/app/util/websocket.clj +++ b/backend/src/app/util/websocket.clj @@ -115,6 +115,7 @@ (a/offer! input-ch message)) (catch Throwable e (l/warn :hint "error on decoding incoming message from websocket" + :wsmsg (pr-str message) :cause e) (on-terminate))))