From 4913737d4158eebe9008ea792e5e94656a6ec7fb Mon Sep 17 00:00:00 2001 From: Jorge Gomez Date: Tue, 1 Oct 2024 13:51:28 -0500 Subject: [PATCH] Update server start message --- micros.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micros.lisp b/micros.lisp index 355b619..6361a27 100644 --- a/micros.lisp +++ b/micros.lisp @@ -838,7 +838,7 @@ if the file doesn't exist; otherwise the first line of the file." (defun simple-announce-function (port) (when *swank-debug-p* - (format *log-output* "~&;; Swank started at port: ~D.~%" port) + (format *log-output* "~&;; Micros started at port: ~D.~%" port) (force-output *log-output*)))