Skip to content

Commit 4ad789b

Browse files
committed
Restore the logging of nrepl response messages
The messages are logged via nrepl-log-message.
1 parent 2a1ac0a commit 4ad789b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrepl-client.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ First we check the callbacks of pending requests. If no callback was found,
475475
we check the completed requests, since responses could be received even for
476476
older requests with \"done\" status."
477477
(nrepl-dbind-response response (id)
478+
(nrepl-log-message response)
478479
(let ((callback (or (gethash id nrepl-pending-requests)
479480
(gethash id nrepl-completed-requests))))
480481
(if callback

0 commit comments

Comments
 (0)