fixed a deadlock. make-rule-cml now behaves like fork-bombing (if

there are enough "bombs"). Added some cosmetics in make-rule.scm and
collect-channels.scm.
This commit is contained in:
jottbee 2005-02-22 07:03:02 +00:00
parent 7a6e3585c8
commit 6fe70b47e3
4 changed files with 169 additions and 134 deletions

View File

@ -11,8 +11,7 @@
(data cmd-msg-data))
(define (print-info tuid event name)
(display ">>> ") (display tuid) (display " : ")
(display event) (display " [") (display name) (display "]") (newline))
(format (current-error-port) ">>> ~a : ~a [~a]~%" tuid event name))