add the name of the function to the message string in the gui-event logger

This commit is contained in:
Robby Findler 2012-11-16 07:26:06 -06:00
parent 12e8332c55
commit 3aac6ec715

View File

@ -453,7 +453,7 @@
(define before (current-inexact-milliseconds))
(when (log-level? 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))))
(let ([b (box thunk)])
;; use the event-dispatch handler: