mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
trace printing tweak
* module/system/vm/trap-state.scm (add-trace-at-procedure-call!): Tweak to the #:prefix string.
This commit is contained in:
parent
957205339a
commit
1241f6944b
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
|||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue