mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Use write to emit object information
This commit is contained in:
parent
f672d23e75
commit
f54df5ec84
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
||||||
(define (trace:error msg) (trace 1 msg pretty-print ""))
|
(define (trace:error msg) (trace 1 msg pretty-print ""))
|
||||||
(define (trace:warn msg) (trace 2 msg pretty-print ""))
|
(define (trace:warn msg) (trace 2 msg pretty-print ""))
|
||||||
(define (trace:info msg) (trace 3 msg pretty-print ""))
|
(define (trace:info msg) (trace 3 msg pretty-print ""))
|
||||||
(define (trace:debug msg) (trace 4 msg display "DEBUG: "))
|
(define (trace:debug msg) (trace 4 msg write "DEBUG: "))
|
||||||
|
|
||||||
(define (cyc:error msg)
|
(define (cyc:error msg)
|
||||||
(error msg)
|
(error msg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue