The Lambda Lab
/
projects
/
scratchy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aba4286
)
Fixed typo.
master
author
plugd
<plugd@thelambdalab.xyz>
Tue, 7 Sep 2021 12:25:46 +0000
(14:25 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Tue, 7 Sep 2021 12:25:46 +0000
(14:25 +0200)
scratchy.scm
patch
|
blob
|
history
diff --git
a/scratchy.scm
b/scratchy.scm
index
774b488
..
5e6a37f
100644
(file)
--- 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.")