Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jun 25, 2024
1 parent 49f0f04 commit 89e319c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modular/ws/msg_handler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
[{:keys [event id ?data ring-req ?reply-fn send-fn] :as req}]
(let [session (:session ring-req)
uid (:uid session)]
(errorf "ws event of unknown type. Please implement (-event-handler %s) event: %s" id event)
(errorf "received websocket message of unknown type: %s event: %s" id event)
(send-response req :ws/unknown event)))

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

0 comments on commit 89e319c

Please sign in to comment.