add the name of the function to the message string in the gui-event logger
This commit is contained in:
parent
12e8332c55
commit
3aac6ec715
|
@ -453,7 +453,7 @@
|
||||||
(define before (current-inexact-milliseconds))
|
(define before (current-inexact-milliseconds))
|
||||||
(when (log-level? event-logger 'debug)
|
(when (log-level? event-logger 'debug)
|
||||||
(log-message event-logger 'debug
|
(log-message event-logger 'debug
|
||||||
"starting to handle an event"
|
(format "starting to handle an event from ~a" (object-name thunk))
|
||||||
(gui-event before #f (object-name thunk))))
|
(gui-event before #f (object-name thunk))))
|
||||||
(let ([b (box thunk)])
|
(let ([b (box thunk)])
|
||||||
;; use the event-dispatch handler:
|
;; use the event-dispatch handler:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user