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