0.8.19.30: less COMPILE-FILE verbosity
[sbcl.git] / src / compiler / debug.lisp
index 84c120d..ae59919 100644 (file)
 
 ;;; Dump some info about how many TNs there, and what the conflicts data
 ;;; structures are like.
-(defun pre-pack-tn-stats (component &optional (stream *error-output*))
+(defun pre-pack-tn-stats (component &optional (stream *standard-output*))
   (declare (type component component))
   (let ((wired 0)
        (global 0)