trace printing tweak
authorAndy Wingo <wingo@pobox.com>
Thu, 23 Sep 2010 15:25:30 +0000 (17:25 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 23 Sep 2010 15:25:30 +0000 (17:25 +0200)
* module/system/vm/trap-state.scm (add-trace-at-procedure-call!): Tweak
  to the #:prefix string.

module/system/vm/trap-state.scm

index 591f842..328471d 100644 (file)
   (let* ((idx (next-index! trap-state))
          (trap (trace-calls-to-procedure
                 proc
-                #:prefix (format #f "trace trap ~a: " idx))))
+                #:prefix (format #f "Trap ~a: " idx))))
     (add-trap-wrapper!
      trap-state
      (make-trap-wrapper