comment added
This commit is contained in:
parent
45a4c810a1
commit
d4ea641e14
|
@ -555,6 +555,10 @@
|
|||
(format #f "Error in servlet ~s." path-string)
|
||||
condition))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; DEBUGGING
|
||||
|
||||
(define (debug fmt . args)
|
||||
(if *debug*
|
||||
(format #t "DEBUG: ~?~%" fmt args)
|
||||
|
|
Loading…
Reference in New Issue