mirror of
https://github.com/beetbox/beets.git
synced 2026-02-18 21:36:35 +01:00
debug message on events
This commit is contained in:
parent
565257988a
commit
1896f397a2
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ def send(event, **arguments):
|
|||
|
||||
Returns the number of handlers called.
|
||||
"""
|
||||
log.debug('Sending event: %s' % event)
|
||||
handlers = _event_handlers[event]
|
||||
for handler in handlers:
|
||||
handler(**arguments)
|
||||
|
|
|
|||
Loading…
Reference in a new issue