summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/mod-lisp.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tekuti/mod-lisp.scm')
-rw-r--r--tekuti/mod-lisp.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tekuti/mod-lisp.scm b/tekuti/mod-lisp.scm
index 585c393..9e37acd 100644
--- a/tekuti/mod-lisp.scm
+++ b/tekuti/mod-lisp.scm
@@ -97,5 +97,6 @@
(sockaddr (cdr pair)))
(receive
(cookie index) (maybe-reindex old-cookie old-index)
+ (pk cookie index)
(connection-received (car pair) (cdr pair) index handle-request)
(lp cookie index)))))))