aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-02 13:08:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-06 12:23:51 -0700
commit8d1f11857c1b4988c554df5bf59920a2b75ec4c2 (patch)
tree1323dffcceab9a1cbaeac948ff12d64c9b3e58db /src/connection
parent41b04c179964b7cc6a83e6749c436b3ba6cb0d39 (diff)
downloadconsfigurator-8d1f11857c1b4988c554df5bf59920a2b75ec4c2.tar.gz
use ~S not ~A when printing the program we sent
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/sbcl.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/sbcl.lisp b/src/connection/sbcl.lisp
index aefdb9d..d69fcd9 100644
--- a/src/connection/sbcl.lisp
+++ b/src/connection/sbcl.lisp
@@ -50,6 +50,6 @@ recommended."))
(unless (zerop exit)
;; print FORMS not PROGRAM because latter might contain sudo passwords
(failed-change
- "~&Remote Lisp failed; stderr was:~%~%~A~&~%Program we sent:~%~%~A"
+ "~&Remote Lisp failed; stderr was:~%~%~A~&~%Program we sent:~%~%~S"
err forms))))
nil)