Skip to content

Commit

Permalink
Merge pull request #18 from jgarte/jgarte-patch-1
Browse files Browse the repository at this point in the history
Update server start message
  • Loading branch information
cxxxr authored Oct 1, 2024
2 parents 9fc7f1e + 4913737 commit af94fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micros.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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*)))


Expand Down

0 comments on commit af94fe5

Please sign in to comment.