Differences From Artifact [210b4269b0]:
- File env.scm — part of check-in [7b4d2dba0e] at 2016-06-16 03:19:38 on branch redir-logs — Added param for overriding port to debug:print and debug:print-info (user: matt, size: 7201) [annotate] [blame] [check-ins using] [more...]
To Artifact [a5d18c5499]:
- File env.scm — part of check-in [537ddaa4f1] at 2016-06-22 10:43:01 on branch v1.61 — Converted to using debug:print-error and added double printing of errors when output is sent to log file (user: mrwellan, size: 7216) [annotate] [blame] [check-ins using] [more...]
︙ | |||
204 205 206 207 208 209 210 | 204 205 206 207 208 209 210 211 | - + | (hash-table->alist removed)))) (if c (begin (print "# Changed vars") (map (lambda (dat)(print (car dat) " " (cdr dat))) (hash-table->alist changed))))) (else |