Skip to content

Commit

Permalink
Improved warning from async event queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Jul 13, 2024
1 parent b306c71 commit dc9ba59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
next-mem (when wmem (sp/process-event! processor env wmem event))]
(if next-mem
(sp/save-working-memory! working-memory-store env session-id next-mem)
(log/error "Session had no working memory. Event to session ignored" session-id)))))
(log/warnf "Session had no working memory. Event %s could not be sent to session %s" event session-id)))))
{}))
(if @running?
(recur)
Expand Down

0 comments on commit dc9ba59

Please sign in to comment.