aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-06 12:55:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-06 12:55:26 -0700
commitb889760a1527207a409d89aeb84b684cc85d7be0 (patch)
treed32039bca31d5b5149b93a91d04de7f1e6f07afe /src/connection.lisp
parentbf65d1cbab5af97c761df7f9f0ac3a7737e58930 (diff)
downloadconsfigurator-b889760a1527207a409d89aeb84b684cc85d7be0.tar.gz
swap order of stdout and stderr when reporting RUN-FAILED
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index 487559d..75617cf 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -184,11 +184,11 @@ if they need to handle streams and strings differently."))
(:report (lambda (condition stream)
(format
stream
- "~&'~A' failed, exit code ~A~%~%stdout was:~%~A~&~%stderr:~%~A"
+ "~&'~A' failed, exit code ~A~%~%stderr was:~%~A~&~%stdout:~%~A"
(failed-cmd condition)
(failed-exit-code condition)
- (failed-stdout condition)
- (failed-stderr condition)))))
+ (failed-stderr condition)
+ (failed-stdout condition)))))
(defmacro with-remote-temporary-file ((file
&key