Skip to content

Commit

Permalink
Merge pull request #245 from joachifm/fix-get-notification-format-con…
Browse files Browse the repository at this point in the history
…trol

Fix get-notification format-control string
  • Loading branch information
sabracrolleton authored Aug 10, 2020
2 parents afa73d6 + ed50f08 commit b3576a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl-postgres/protocol.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ signal a condition for it."
:pid pid
:channel channel
:payload payload
:format-control "Asynchronous notification ~S~@[ (payload: ~S)~]
received from ~ server process with PID ~D."
:format-control "Asynchronous notification ~S~@[ (payload: ~S)~] ~
received from server process with PID ~D."
:format-arguments (list channel payload pid))))

(defun get-error (socket)
Expand Down

0 comments on commit b3576a9

Please sign in to comment.