diff --git a/cl-postgres/protocol.lisp b/cl-postgres/protocol.lisp index 5b160b5..aeee138 100644 --- a/cl-postgres/protocol.lisp +++ b/cl-postgres/protocol.lisp @@ -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)