From 8212833bf97f78a6fa4cc098b1b3bec9aeb1ff34 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Thu, 21 Sep 2017 14:25:12 +0200 Subject: [PATCH] Mitigate incompatibility of different swank versions --- cli.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.lisp b/cli.lisp index 4f40ae7..e660651 100644 --- a/cli.lisp +++ b/cli.lisp @@ -736,7 +736,7 @@ Otherwise do nothing." result-swank-port) (when swank-port (setf swank:*use-dedicated-output-stream* nil) - (with-output-to-string (swank/backend:*log-output*) + (with-output-to-string (*error-output*) (setf result-swank-port (swank:create-server :dont-close t :style :spawn :port swank-port))) (cl-log:log-message -- 2.11.4.GIT