Skip to content

Commit 89e319c

Browse files
author
awb99
committed
logging
1 parent 49f0f04 commit 89e319c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modular/ws/msg_handler.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
[{:keys [event id ?data ring-req ?reply-fn send-fn] :as req}]
4949
(let [session (:session ring-req)
5050
uid (:uid session)]
51-
(errorf "ws event of unknown type. Please implement (-event-handler %s) event: %s" id event)
51+
(errorf "received websocket message of unknown type: %s event: %s" id event)
5252
(send-response req :ws/unknown event)))
5353

5454
(defn event-msg-handler [{:keys [client-id id event ?data uid] :as req}]

0 commit comments

Comments
 (0)