~ubuntu-branches/ubuntu/precise/gozerbot/precise

« back to all changes in this revision

Viewing changes to gozerbot/eventhandler.py

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Malcolm
  • Date: 2008-06-02 19:26:39 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080602192639-3rn65nx4q1sgd6sy
Tags: 0.8.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        while not self.stopped:
70
70
            self.go.get()
71
71
            self.handle_one()
72
 
        rlog(10, 'eventhandler', 'stopping %s' % str(self))
 
72
        rlog(0, 'eventhandler', 'stopping %s' % str(self))
73
73
 
74
74
    def dispatch(self, queue):
75
75
        """ dispatch functions from provided queue """