From c2c6656ac9d361bc7cb983e8f6c23abd8f8ee73b Mon Sep 17 00:00:00 2001 From: plugd Date: Tue, 7 Sep 2021 14:25:46 +0200 Subject: [PATCH] Fixed typo. --- scratchy.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratchy.scm b/scratchy.scm index 774b488..5e6a37f 100644 --- a/scratchy.scm +++ b/scratchy.scm @@ -77,7 +77,7 @@ (print "... served selector '" selector "'. Closing connection.")) (o (exn) (print-error-message o) - (print "Invalid selector.") + (display "Invalid selector.\r\n.\r\n" out-port) (print "Error while attempting to serve selector " selector ".")))) (begin (print "Connection from blacklisted IP. Closing.") -- 2.20.1