~ chicken-core (chicken-5) 83d51ebce761d724cd44cc126b87c598e630e482


commit 83d51ebce761d724cd44cc126b87c598e630e482
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Apr 7 11:55:14 2012 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Apr 7 11:55:14 2012 +0200

    don't log debug-output-for i in generated file, as o is sufficient

diff --git a/support.scm b/support.scm
index 02526c17..aea83c37 100644
--- a/support.scm
+++ b/support.scm
@@ -52,7 +52,7 @@
 (define collected-debugging-output
   (open-output-string))
 
-(define +logged-debugging-modes+ '(o x S i))
+(define +logged-debugging-modes+ '(o x S))
 
 (define (debugging mode msg . args)
   (define (text)
Trap