BTW I put this at the start of identify:
print 'In identify: %s ' % title
log.info('In identify: %s' % title)
I don't see it either way. I wasn't sure what to use because in the docs on debugging plugins you say to use print, but in the docs for identify you say the log object is for debugging messages.
|