comment added

This commit is contained in:
interp 2002-11-05 22:20:47 +00:00
parent 45a4c810a1
commit d4ea641e14
1 changed files with 4 additions and 0 deletions

View File

@ -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)